C<<1 va_list based print and echo commands finaly work
[svn/Cll1h/.git] / demos / hello.c
... / ...
CommitLineData
1#include "cll1.h"
2
3program
4{
5 echo("Hello ","world","! ");
6 print("Hello ","world","!");
7}
This page took 0.111204 seconds and 4 git commands to generate.