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