Home | History | Annotate | Download | only in Inputs
      1 !<arch>
      2 foo.c           1444941645  124   0     100644  17        `
      3 void foo(void){}
      4 
      5 #1/1234         1469564779  124   0     100644  126       `
      6 1234567890123456Xhello.c#include <stdio.h>
      7 #include <stdlib.h>
      8 int
      9 main()
     10 {
     11 	printf("Hello World\n");
     12 	return EXIT_SUCCESS;
     13 }
     14