X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=demos%2Fhello.c;h=be92852b9d2fb3c2c1f14bb9300a68d72ac984b1;hb=24cfa6bd1046afbbe6049d9b463cf76c97d5e7d4;hp=1212211d5f2378680cb28b482e43668bc3fcffc0;hpb=81088cecf25774a3506a648bd2254079d48f77da;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!"); }