]> git.cworth.org Git - hello/blobdiff - hello.c
Trim comments.
[hello] / hello.c
diff --git a/hello.c b/hello.c
index ed55ec04ebc1736a91997a6ce7d7091010647c3d..9a3ff79a7c30a4b990d49fe7c9095d6bd2eab6c0 100644 (file)
--- a/hello.c
+++ b/hello.c
@@ -1,16 +1,12 @@
 /*
- * hello.c
- *
- * Placed in the public domain by Bryan O'Sullivan
- *
- * This program is not covered by patents in the United States or other
- * countries.
+ * Placed in the public domain by Bryan O'Sullivan.  This program is
+ * not covered by patents in the United States or other countries.
  */
 
 #include <stdio.h>
 
 int main(int argc, char **argv)
 {
-       printf("hello, world!\n");
+       printf("hello, world!\");
        return 0;
 }