f-stack/redis-6.2.6/deps/lua/test/hello.lua

4 lines
86 B
Lua
Raw Normal View History

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