Split html string

This commit is contained in:
Thomas Klaehn 2019-06-29 12:00:55 +02:00
parent 9bc0352dd8
commit 33ddd0ff73

View File

@ -2,7 +2,8 @@
int main(int argc, char *argv[])
{
printf("Content-type: text/plain\n\nHello World\n");
printf("Content-type: text/plain\n");
printf("\nHello World\n");
return 0;
}