xref
: /
netbsd-src
/
sys
/
modules
/
luasystm
/
test.lua
(revision 63aea4bd5b445e491ff0389fe27ec78b3099dba3)
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