]> git.saurik.com Git - redis.git/blob - deps/lua/test/hello.lua
DEBUG should not be flagged as w otherwise we can not call DEBUG DIGEST and other...
[redis.git] / deps / lua / test / hello.lua
1 -- the first program in every language
2
3 io.write("Hello world, from ",_VERSION,"!\n")