]> git.cworth.org Git - hello/blobdiff - hello.c
Introduce a typo into hello.c.
[hello] / hello.c
diff --git a/hello.c b/hello.c
index ed55ec04ebc1736a91997a6ce7d7091010647c3d..80b260cae9cec3cd52d27c46741ff59c321b852c 100644 (file)
--- 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;
 }