#include #include int main(int argc, char **argv) { printf("hello from C\n"); return EXIT_SUCCESS; }