#!/usr/bin/env ruby

loop do
  puts 'hello'
end
