#!/usr/bin/env ruby #-*-coding: utf-8-*- i=1 while i <=999999999999999999999999999999999999999999 puts i i +=1 end