From 13ed136b983a9c439eddeea8a1c2076cffbb685f Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Tue, 6 Sep 2005 13:15:43 -0700 Subject: [PATCH] Introduce a typo into hello.c. --- hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.43.0