Skip to content

Instantly share code, notes, and snippets.

@woodruffw
Created June 29, 2017 22:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woodruffw/806e0ae35f8a69ba7033a054c87e9b5a to your computer and use it in GitHub Desktop.
Save woodruffw/806e0ae35f8a69ba7033a054c87e9b5a to your computer and use it in GitHub Desktop.
size, times, _ = gets.chomp.split(/d/i).map(&:to_i)
puts "You totaled %d" % [*1..size].sample(times).reduce(:+)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment