Files
linguist/samples/C/hello.c
2012-07-23 15:52:49 -05:00

8 lines
78 B
C

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