65816-llvm-mos/tests/lua/lua-5.1.5/test/hello.lua
2026-05-25 21:00:32 -05:00

3 lines
86 B
Lua

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