index
:
portland-os
main
old (and broken) hobby os
benji dial
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
user
/
hello
/
hello.c
blob: 00d33b5a4b79ce285439410a7472e03e633b2428 (
plain
) (
blame
)
1
2
3
4
5
#include
<knob/user.h>
void
main
()
{
tell_user_sz
(
"Hello, world!
\n
"
);
}