Correct html string

This commit is contained in:
Thomas Klaehn 2019-07-03 14:03:30 +02:00
parent 7aee6bca41
commit c4dd0bc0b3

View File

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