Files
linguist/test/fixtures/hello.c
2011-06-07 10:32:23 -05:00

8 lines
78 B
C

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