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