Files
mir_server/sdk/lua-5.1/test/hello.lua
aixianling 5c9f1dae4a init
2025-01-09 17:45:40 +08:00

4 lines
86 B
Lua

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