binary B+ tree - first attempt, compiles and runs
[svn/Cll1h/.git] / demos / performance / cll1-print.c
CommitLineData
420bb771 1#include "cll1.h"
2
420bb771 3program
4{
81088cec 5 repeat(10000000)
420bb771 6 print("stuff");
420bb771 7}
This page took 0.178046 seconds and 4 git commands to generate.