testhelp.h now exits with retcode 1 on failed tests.
[redis.git] / deps / lua / test / hello.lua
1 -- the first program in every language
2
3 io.write("Hello world, from ",_VERSION,"!\n")