rubyx/test/bench/ruby/hello.rb

8 lines
111 B
Ruby
Raw Normal View History

2015-11-24 14:33:16 +01:00
counter = 100352 - 352;
while(counter > 0) do
puts "Hello there"
STDOUT.flush
counter = counter - 1
end