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