X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;ds=sidebyside;f=demos%2Fhello.c;h=be92852b9d2fb3c2c1f14bb9300a68d72ac984b1;hb=d306de9aa961693bd18f9c284cd9407819dd85ec;hp=b59bc77fa347e398e0cfcfc5e616c3616bcfa750;hpb=420bb7716ee099d369582836ef4fc8ab25d81fde;p=svn%2FCll1h%2F.git diff --git a/demos/hello.c b/demos/hello.c index b59bc77..be92852 100644 --- a/demos/hello.c +++ b/demos/hello.c @@ -2,6 +2,5 @@ program { - echo("Hello ","world","! "); - print("Hello ","world","!"); + print("Vale Mundum!"); }