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