main.c 73 B

12345678
  1. #include <stdio.h>
  2. int
  3. main (void)
  4. {
  5. printf ("MAIN\n");
  6. return 0;
  7. }