plan9port/src/lib9/test.c

9 lines
96 B
C
Raw Normal View History

2003-09-30 17:47:41 +00:00
#include <lib9.h>
int
main(int argc, char **argv)
{
werrstr("hello world");
print("%r\n");
}