/* main.c: does very important work */ #include int main(int argc, char *argv[]) { printf("Hello, CI!\n"); return 0; }