[ create a new paste ] login | about

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

Lua, pasted on Mar 13:
1
2
3
4
5
function hello()
    print("Hello world!")
end

hello()


Output:
1
Hello world!


Create a new paste based on this one


Comments: