Files
megasource/libs/lua-5.1.5/test/hello.lua
T
2013-09-25 13:00:34 +02:00

4 lines
86 B
Lua

-- the first program in every language
io.write("Hello world, from ",_VERSION,"!\n")