From: Bryan O'Sullivan Date: Tue, 6 Sep 2005 20:15:43 +0000 (-0700) Subject: Introduce a typo into hello.c. X-Git-Url: https://git.cworth.org/git?p=hello;a=commitdiff_plain;h=13ed136b983a9c439eddeea8a1c2076cffbb685f Introduce a typo into hello.c. --- diff --git a/hello.c b/hello.c index ed55ec0..80b260c 100644 --- a/hello.c +++ b/hello.c @@ -11,6 +11,6 @@ int main(int argc, char **argv) { - printf("hello, world!\n"); + printf("hello, world!\"); return 0; }