blob: fab3cfc406960f68946f8e46cb7db933705bb497 [file] [log] [blame]
Vedant Kumar4031d9f2016-08-03 19:02:50 +00001!<arch>
2hello.c 1444941273 124 #55! 100644 102 `
3#include <stdio.h>
4#include <stdlib.h>
5int
6main()
7{
8 printf("Hello World\n");
9 return EXIT_SUCCESS;
10}