ref: 8bb495b12b93a9be9578563aa9ca17847040ade3 dir: /hello.c/
#include <u.h> #include <libc.h> void main() { print("Hello world\n"); exits(0); }