advanced hello world :-)
authorxchaos <xchaos@4bb87942-c103-4e5a-b51c-0ebff58f8515>
Tue, 22 Jan 2008 10:39:33 +0000 (10:39 +0000)
committerxchaos <xchaos@4bb87942-c103-4e5a-b51c-0ebff58f8515>
Tue, 22 Jan 2008 10:39:33 +0000 (10:39 +0000)
git-svn-id: https://dev.arachne.cz/repos/cll1h/trunk@25 4bb87942-c103-4e5a-b51c-0ebff58f8515

demos/advanced-hello-world.c [new file with mode: 0644]

diff --git a/demos/advanced-hello-world.c b/demos/advanced-hello-world.c
new file mode 100644 (file)
index 0000000..1212211
--- /dev/null
@@ -0,0 +1,7 @@
+#include "cll1.h"
+
+program
+{
+ echo("Hello ",NULL,"world","  ! ");
+ print("Hello","world",NULL,"!");
+}
This page took 0.145311 seconds and 4 git commands to generate.