repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
release.sh changes & fixes
[minix3.git]
/
external
/
mit
/
lua
/
dist
/
test
/
hello.lua
blob
0925498f21f4053936c882444549516812116628
1
-- the first program in every language
2
3
io
.
write
(
"Hello world, from "
,
_VERSION
,
"!
\n
"
)