diff --git a/hello.rb b/hello.rb index 9a817fe..6b7cc56 100644 --- a/hello.rb +++ b/hello.rb @@ -1,4 +1,5 @@ -# Default is "World" +# Default is World +# Author: Paresh Kadam (subtleparesh) name = ARGV.first || "World" puts "Hello, #{name}!" \ No newline at end of file