X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=demos%2Fhello.c;h=b59bc77fa347e398e0cfcfc5e616c3616bcfa750;hb=420bb7716ee099d369582836ef4fc8ab25d81fde;hp=50a595dac48124420c16cf9eb45db2dbd2c11da3;hpb=8a93c4ed658e8e9cb807036d8b0f27f10ea5e34f;p=svn%2FCll1h%2F.git diff --git a/demos/hello.c b/demos/hello.c index 50a595d..b59bc77 100644 --- a/demos/hello.c +++ b/demos/hello.c @@ -2,5 +2,6 @@ program { - print("Hello ","world"," !\n"); + echo("Hello ","world","! "); + print("Hello ","world","!"); }