Created
October 26, 2017 13:58
-
-
Save arferreira/838f4480f65c6a02f4104a0ebad8b1ee 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 welcome | |
puts "Bem-vindo ao jogo da adivinhação." | |
puts "\n\n" | |
puts "Qual é o seu nome?" | |
name = gets | |
puts "\n\n" | |
puts "Começaremos o jogo para você, #{name}" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment