Home | History | Annotate | Download | only in subdir1
      1 #include <stdio.h>
      2 
      3 int main() {
      4   printf("Hello from main1.cc\n");
      5   return 0;
      6 }
      7