lua502/test/hello.lua
2020-02-25 05:09:07 +02:00

3 lines
86 B
Lua

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