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