summaryrefslogtreecommitdiffstats
path: root/contrib/syslinux-4.02/com32/lua/test/hello.lua
blob: 0925498f21f4053936c882444549516812116628 (plain) (blame)
1
2
3
-- the first program in every language

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