Created
October 26, 2017 14:01
-
-
Save arferreira/b0a7cff6085710a173e144ccbf3f755f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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