Skip to content

Commit 5e63e3e

Browse files
committed
Update Ruby/hello_world.rb
1 parent 0ce9a05 commit 5e63e3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Ruby/hello_world.rb

+3
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)