xref
: /
netbsd-src
/
sys
/
modules
/
luasystm
/
test.lua
(revision 70f7362772ba52b749c976fb5e86e39a8b2c9afc)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
local
systm
=
require
'systm'
2
3
systm
.
print
(
"hello, kernel world!\n"
)
4
5