plan9port/src/libthread/test/thello.c
2006-04-21 03:34:44 +00:00

11 lines
124 B
C

#include <u.h>
#include <libc.h>
#include <thread.h>
void
threadmain(int argc, char **argv)
{
print("hello, world\n");
}