lua/tests/Smoke/hello.lua
Petr Šabata ac515e8d0a RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/lua#3e03dd9b69dff7f2f87fff9e2f8cc2403fea046a
2020-10-15 18:42:25 +02:00

5 lines
99 B
Lua

-- hello.lua
-- the first program in every language
io.write("Hello world, from ",_VERSION,"!\n")