4 lines
87 B
Lua
4 lines
87 B
Lua
|
|
-- The first program in every language
|
|
io.write("Hello world, from", _VERSION, "!\n")
|