C99/src/test/hello.c
2008-03-06 03:30:10 +00:00

6 lines
60 B
C

int main()
{
printf("%s", "Hello, world!\n");
return 0;
}