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