redis_study/deps/lua/test/hello.lua
2020-09-05 12:01:22 +08:00

4 lines
86 B
Lua

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