/* Hello world for the C programming language. */ /* To compile and link, type: :cwd hello :cc hello.c :stinkr hello */ int main() { cprint("Hello world\n"); return 0; }