Skip to content

Instantly share code, notes, and snippets.

@arferreira
Created October 26, 2017 14:01
Show Gist options
  • Save arferreira/b0a7cff6085710a173e144ccbf3f755f to your computer and use it in GitHub Desktop.
Save arferreira/b0a7cff6085710a173e144ccbf3f755f to your computer and use it in GitHub Desktop.
def sort
puts "\n\n"
puts "Escolhendo um número secreto entre 0 e 200..."
number_secret = Random.rand(0..200)
puts "Escolhido.. Que tal adivinhar hoje nosso número secreto.?"
number_secret
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment