Files
linguist/test/fixtures/blob/hello.c
2011-06-01 11:35:16 -05:00

8 lines
78 B
C

#include <stdio.h>
int main()
{
printf("Hello World\n");
return 0;
}