From: xchaos Date: Tue, 22 Jan 2008 10:39:33 +0000 (+0000) Subject: advanced hello world :-) X-Git-Url: https://git.harvie.cz/?a=commitdiff_plain;h=5a5eb547235b4b5f306022cbfd6727828cc622e5;p=svn%2FCll1h%2F.git advanced hello world :-) git-svn-id: https://dev.arachne.cz/repos/cll1h/trunk@25 4bb87942-c103-4e5a-b51c-0ebff58f8515 --- diff --git a/demos/advanced-hello-world.c b/demos/advanced-hello-world.c new file mode 100644 index 0000000..1212211 --- /dev/null +++ b/demos/advanced-hello-world.c @@ -0,0 +1,7 @@ +#include "cll1.h" + +program +{ + echo("Hello ",NULL,"world"," ! "); + print("Hello","world",NULL,"!"); +}