summaryrefslogtreecommitdiffstats
path: root/tests/Smoke/hello.lua
blob: 0768a9de33a1d547bd6eead4b8d48e5d47350b3c (plain)
1
2
3
4
-- hello.lua
-- the first program in every language

io.write("Hello world, from ",_VERSION,"!\n")