lua/tests/Smoke/hello.lua

5 lines
99 B
Lua

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