1 2 3 4 5 6 7
#include <stdio.h> int hello_ci_world(void) { printf("hello, ci world!\n"); return 0; }