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