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