[ create a new paste ] login | about

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

Lua, pasted on Mar 28:
1
2
3
4
5
function test() 
    print("Hello World!")
end

test()


Output:
1
Hello World!


Create a new paste based on this one


Comments: