[ create a new paste ] login | about

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

Lua, pasted on May 27:
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: