Plan 9 from User Space's /usr/local/plan9/9pm/src/cmd/thello.c

#include <9pm/u.h>
#include <9pm/libc.h>
#include <9pm/thread.h>

void
threadmain(int argc, char **argv)
{
	threadprint(1, "hello world\n");
}

Space Glenda

Copyright © 2005 Lucent Technologies, Russ Cox, MIT.
See license for details.