1212211d5f2378680cb28b482e43668bc3fcffc0
[svn/Cll1h/.git] / demos / advanced-hello-world.c
1 #include "cll1.h"
2
3 program
4 {
5 echo("Hello ",NULL,"world"," ! ");
6 print("Hello","world",NULL,"!");
7 }
This page took 0.229247 seconds and 3 git commands to generate.