diff --git a/src/main.c b/src/main.c index 8c09cd9..9b2d547 100644 --- a/src/main.c +++ b/src/main.c @@ -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; }