Files
linguist/test/fixtures/c/hello.c
2012-06-07 12:17:24 -05:00

8 lines
78 B
C

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