Skip to content

Commit 03d7588

Browse files
authored
Merge pull request #4 from ProgrammerMe/iAmGroot
Update Ruby/hello_world.rb
2 parents 6d2cfb4 + 5e63e3e commit 03d7588

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Ruby/hello_world.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
puts "Enter Your Name : "
2+
name = gets
3+
puts "Hello #{name}!"

0 commit comments

Comments
 (0)