binary B+ tree - first attempt, compiles and runs
[svn/Cll1h/.git] / demos / performance / cll1-echo.c
CommitLineData
06ab91f0 1#include "cll1.h"
2
3program
4{
5 unsigned long i;
6 for_range(i,1,10000000)
7 echo("stuff\n");
8}
This page took 0.121565 seconds and 4 git commands to generate.