X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=hello.c;h=80b260cae9cec3cd52d27c46741ff59c321b852c;hb=72d4f10e4a27dbb09ace1503c20dbac1912ee451;hp=ed55ec04ebc1736a91997a6ce7d7091010647c3d;hpb=db7117a9dd9a6e57e8632ea5848e1101eee0fbde;p=hello 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; }