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