xref
: /
dports
/
databases
/
redis-devel
/
redis-0e5b813
/
deps
/
lua
/
test
/
hello.lua
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
-- the first program in every language
2
3
io
.
write
(
"Hello world, from "
,
_VERSION
,
"!\n"
)
4