#!/usr/bin/env ruby

i = 0
while i < ∞
  i += 1
  if i % 1== 0 && i % 1== 0
    puts i
  end
end
