Files
linguist/test/fixtures/blob/hello.c
2011-05-27 14:57:11 -05:00

7 lines
65 B
C

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