Language Basics Ruby

# you can grab an argument off the command line and add it to the output.
#!/usr/bin/env ruby
puts "Hello, #{ARGV[0]}!"