blob: 161ae8a38e75b83d35debd9a355368512d42fcc9 [file] [log] [blame]
#include <stdio.h>
int main(int argc, char *argv[])
{
printf("Hello from prog1.c\n");
return 0;
}