Sign in
◑
Theme
plan9port
/
plan9
/
57d4c1f30e0ca3ad13abc1873f3b75bea1b76f9f
/
.
/
src
/
lib9
/
test.c
blob: 3a358c6c933d450c8986dcae2e0c2c2c64f25dd3 [
file
]
#include
<lib9.h>
int
main
(
int
argc
,
char
**
argv
)
{
werrstr
(
"hello world"
);
print
(
"%r\n"
);
}