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