X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=demos%2Fhello.c;h=be92852b9d2fb3c2c1f14bb9300a68d72ac984b1;hb=24cfa6bd1046afbbe6049d9b463cf76c97d5e7d4;hp=50a595dac48124420c16cf9eb45db2dbd2c11da3;hpb=04a13a6fec5593523e15bd3567c573b7749b2609;p=svn%2FCll1h%2F.git diff --git a/demos/hello.c b/demos/hello.c index 50a595d..be92852 100644 --- a/demos/hello.c +++ b/demos/hello.c @@ -2,5 +2,5 @@ program { - print("Hello ","world"," !\n"); + print("Vale Mundum!"); }