]> git.saurik.com Git - redis.git/blame - deps/lua/test/hello.lua
Query the archive to provide a complete KEYS list.
[redis.git] / deps / lua / test / hello.lua
CommitLineData
21d3294c 1-- the first program in every language
2
3io.write("Hello world, from ",_VERSION,"!\n")