X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=demos%2Fhello.c;h=be92852b9d2fb3c2c1f14bb9300a68d72ac984b1;hb=6a60bc82e8b8e6cccd0d4c2214a1f291662215f0;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!"); }