Skip to content

Commit

Permalink
Add an author/email comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tavisca-pkadam committed Jul 2, 2019
1 parent 5538698 commit 2bc9a42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hello.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Default is "World"
# Default is World
# Author: Paresh Kadam (subtleparesh)
name = ARGV.first || "World"

puts "Hello, #{name}!"

0 comments on commit 2bc9a42

Please sign in to comment.