#include int main(int argc, char *argv[]) { printf("Hello from prog1.c\n"); return 0; }