X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=demos%2Fadvanced-hello-world.c;fp=demos%2Fadvanced-hello-world.c;h=1212211d5f2378680cb28b482e43668bc3fcffc0;hb=5a5eb547235b4b5f306022cbfd6727828cc622e5;hp=0000000000000000000000000000000000000000;hpb=b836e2422e0b72efed1ac2bccbcc9060b328d36b;p=svn%2FCll1h%2F.git 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,"!"); +}