Sign in
go
/
go.git
/
100b6739fc608a3e7d0f31eba66fd014e9986015
/
.
/
src
/
debug
/
plan9obj
/
testdata
/
hello.c
blob: c0d633e29f0b18b13d966f28fd9ed37718a2148f [
file
]
#include
<u.h>
#include
<libc.h>
void
main
(
void
)
{
print
(
"hello, world\n"
);
}