5 lines
99 B
Lua
5 lines
99 B
Lua
|
-- hello.lua
|
||
|
-- the first program in every language
|
||
|
|
||
|
io.write("Hello world, from ",_VERSION,"!\n")
|