Correct html string

This commit is contained in:
Thomas Klaehn 2019-06-29 11:54:50 +02:00
parent 741eb3bedc
commit 9bc0352dd8

View File

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