]> git.proxmox.com Git - ceph.git/blame - ceph/src/civetweb/src/third_party/lua-5.1.5/test/hello.lua
buildsys: switch source download to quincy
[ceph.git] / ceph / src / civetweb / src / third_party / lua-5.1.5 / test / hello.lua
CommitLineData
7c673cae
FG
1-- the first program in every language
2
3io.write("Hello world, from ",_VERSION,"!\n")