C99/tests/hello.c

6 lines
60 B
C

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