Files
linguist/samples/c/hello.c
2012-06-22 10:09:24 -05:00

8 lines
78 B
C

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