X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=demos%2Fhello.c;h=be92852b9d2fb3c2c1f14bb9300a68d72ac984b1;hb=4643aeafd08c5503aaa7d5960b3e74ad2e63becb;hp=1212211d5f2378680cb28b482e43668bc3fcffc0;hpb=19c9d3652f0876a1f0fed0eb18c3bf9458ab3908;p=svn%2FCll1h%2F.git diff --git a/demos/hello.c b/demos/hello.c index 1212211..be92852 100644 --- a/demos/hello.c +++ b/demos/hello.c @@ -2,6 +2,5 @@ program { - echo("Hello ",NULL,"world"," ! "); - print("Hello","world",NULL,"!"); + print("Vale Mundum!"); }