Correct html string
This commit is contained in:
parent
7aee6bca41
commit
c4dd0bc0b3
@ -3,8 +3,7 @@
|
|||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
printf("Content-type: text/plain\n");
|
printf("Content-type: text/plain\n");
|
||||||
printf('\n');
|
printf("\nHello World\n");
|
||||||
printf("Hello World\n");
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user