c4/hello.c
2014-11-04 13:05:49 -05:00

7 lines
75 B
C

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