lua/tests/Smoke/hello.lua
Yevhenii Shapovalov 7b824e0268 add tests
2017-11-09 13:39:24 +02:00

5 lines
99 B
Lua

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