X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=hello.c;h=80b260cae9cec3cd52d27c46741ff59c321b852c;hb=13ed136b983a9c439eddeea8a1c2076cffbb685f;hp=ed55ec04ebc1736a91997a6ce7d7091010647c3d;hpb=0a633bf58b45fcf1a8299d3c82cd1fd26d3f48f2;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; }