r4098981.c   [plain text]


#include <stdio.h>

int main ()
{
  printf ("Printing in main.\n");

  return 0;
}