binary B+ tree - first attempt, compiles and runs
[svn/Cll1h/.git] / demos / performance / print.pl
CommitLineData
420bb771 1#!/usr/bin/perl
2
3my $i=0;
4for ($i=0;$i<10000000;$i++)
5{
45cf8709 6 print ("stuff\n");
420bb771 7}
8
This page took 0.157418 seconds and 4 git commands to generate.