Plan 9 from Bell Labs’s /usr/web/sources/contrib/rsc/linuxemu/libc/hello.c
#include <u.h> #include <libc.h> void main(void) { print("hello world\n"); }