thunderbrew/vendor/lua-5.1.3/test/hello.lua
2023-01-02 13:17:18 -06:00

4 lines
86 B
Lua

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