[ create a new paste ] login | about

Link: http://codepad.org/IRMT8uUF    [ raw code | output | fork ]

Lua, pasted on Oct 7:
1
2
3
4
5
6
str = "Hello World"
print(str)
--[[
HELLO WORLD
]]
-- HELLO WORLD


Output:
1
Hello World


Create a new paste based on this one


Comments: