X-Git-Url: http://git.harvie.cz/?p=svn%2FCll1h%2F.git;a=blobdiff_plain;f=demos%2Fperformance%2Fprint2.rb;fp=demos%2Fperformance%2Fprint2.rb;h=0000000000000000000000000000000000000000;hp=ac2a876466dc507b38a2e806fed65b01f733beb9;hb=e63f1bc2438012b5f2f6592a474892501149af18;hpb=6a60bc82e8b8e6cccd0d4c2214a1f291662215f0 diff --git a/demos/performance/print2.rb b/demos/performance/print2.rb deleted file mode 100755 index ac2a876..0000000 --- a/demos/performance/print2.rb +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/ruby - -10000000.times { print "stuff1"," ","stuff2","\n" } -