X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=hello.c;h=9a3ff79a7c30a4b990d49fe7c9095d6bd2eab6c0;hb=a1a0e8b392b17caf50325498df54802fe3c03710;hp=ed55ec04ebc1736a91997a6ce7d7091010647c3d;hpb=db7117a9dd9a6e57e8632ea5848e1101eee0fbde;p=hello diff --git a/hello.c b/hello.c index ed55ec0..9a3ff79 100644 --- 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 int main(int argc, char **argv) { - printf("hello, world!\n"); + printf("hello, world!\"); return 0; }