Imported from ../lua-3.0.tar.gz.
[lua.git] / test / hello.lua
blobea818b9a92bbdcfa60d122ebd027948fcd4e9f76
1 -- the first program in every language
3 write("hello world, from Lua!\n")