Correct html string
This commit is contained in:
parent
741eb3bedc
commit
9bc0352dd8
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
int main(int argc, char *argv[])
|
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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user