thunderbrew/vendor/lua-5.1.3/test/hello.lua

4 lines
86 B
Lua
Raw Normal View History

2023-01-02 13:17:18 -06:00
-- the first program in every language
io.write("Hello world, from ",_VERSION,"!\n")