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