#include #include int main(int argc, string argv[]) { printf("hello, %s\n", argv[1]); }