lua/tests/Smoke/hello.lua
2023-07-11 16:32:45 +02:00

5 lines
99 B
Lua

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