JezK
Edit File: prog1.c
#include <stdio.h> int main(int argc, char *argv[]) { printf("Hello from prog1.c\n"); return 0; }