Correct html string

This commit is contained in:
Thomas Klaehn 2019-07-03 15:52:39 +02:00
parent 9be6b57887
commit dc884d51a9

View File

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