Skip to content

Instantly share code, notes, and snippets.

@zigen
Created September 16, 2015 08:56
Show Gist options
  • Save zigen/67b3d88ec4c4b9914362 to your computer and use it in GitHub Desktop.
Save zigen/67b3d88ec4c4b9914362 to your computer and use it in GitHub Desktop.
buf = []
i=0
while nil != buf[i] = gets
buf[i] = buf[i].to_i
i += 1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment