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