Tests for lua globals protection.
[redis.git] / deps / lua / test / hello.lua
CommitLineData
21d3294c 1-- the first program in every language
2
3io.write("Hello world, from ",_VERSION,"!\n")