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