ref: fa760fc4c5c448f078a428f7638b1a5e6637ade2 dir: /1.1.c/
// the first c program #include <u.h> #include <libc.h> void main() { print("hello, world\n"); exits(nil); }