347d7af8985503c53a2acd023e14ab89a2f09b72
[svn/Cll1h/.git] / demos / performance / cll1-echo.c
1 #include "cll1.h"
2
3 program
4 {
5 unsigned long i;
6 for_range(i,1,10000000)
7 echo("stuff\n");
8 }
This page took 0.25933 seconds and 3 git commands to generate.