// Prints a command-line argument #include #include int main(int argc, string argv[]) { printf("hello, %s\n", argv[1]); }