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