xref
: /
f-stack
/
app
/
redis-5.0.5
/
deps
/
lua
/
test
/
hello.lua
(revision 572c4311)
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