lua/tests/Smoke/hello.lua

5 lines
99 B
Lua
Raw Normal View History

2017-11-09 11:39:24 +00:00
-- hello.lua
-- the first program in every language
io.write("Hello world, from ",_VERSION,"!\n")