From 6ff47544dcc1e6c2fa43f01e6b5f384092ab383e Mon Sep 17 00:00:00 2001 From: "Gabriel N. Oliveira" Date: Wed, 21 Aug 2019 22:41:42 -0300 Subject: [PATCH] #2 | Adiciona Resposta Gabriel Nunes --- Capitulo_5/2/Gabriel_Nunes(cap5_ex2).rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Capitulo_5/2/Gabriel_Nunes(cap5_ex2).rb diff --git a/Capitulo_5/2/Gabriel_Nunes(cap5_ex2).rb b/Capitulo_5/2/Gabriel_Nunes(cap5_ex2).rb new file mode 100644 index 0000000..41f23b4 --- /dev/null +++ b/Capitulo_5/2/Gabriel_Nunes(cap5_ex2).rb @@ -0,0 +1,3 @@ +puts "OQUE VOCÊ QUER ???!!!" +resposta = gets.chomp +puts "OQUE VOCÊ QUER DIZER COM #{resposta.upcase}, VOCÊ ESTÁ DESPEDIDO!!!!"