rubyx/test/bench/ruby/hello.rb
2015-11-24 15:33:16 +02:00

8 lines
111 B
Ruby

counter = 100352 - 352;
while(counter > 0) do
puts "Hello there"
STDOUT.flush
counter = counter - 1
end