Files
mir_server/sdk/lua-5.1/test/hello.lua

4 lines
86 B
Lua
Raw Normal View History

2025-01-09 17:45:40 +08:00
-- the first program in every language
io.write("Hello world, from ",_VERSION,"!\n")