Skip to content

Commit

Permalink
#1 Resolução da Atividade 1 - Gabriel Espinosa
Browse files Browse the repository at this point in the history
  • Loading branch information
GEspinosa7 committed Aug 21, 2019
1 parent 6ca0d07 commit e0b8798
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Capitulo_4/1/Gabriel_Espinosa.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
print 'Digite seu nome: '
nome = gets.chomp
print 'Digite seu sobrenome: '
sobrenome = gets.chomp
puts " Olá meu nome é #{nome} #{sobrenome}"

0 comments on commit e0b8798

Please sign in to comment.