redis_study/deps/lua/test/hello.lua

4 lines
86 B
Lua
Raw Normal View History

2020-09-05 04:01:22 +00:00
-- the first program in every language
io.write("Hello world, from ",_VERSION,"!\n")