Gobligine/third-party/lua-5.1.5/test/hello.lua
2021-11-24 15:32:57 -07:00

3 lines
86 B
Lua

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