#include #include int main (int argc, char **argv) { if (argc > 1) { printf("%s\n", argv[1]); } printf("hello !\n"); return 0; }