Skip to content

Instantly share code, notes, and snippets.

@joelg
Created May 23, 2010 20:26
Show Gist options
  • Save joelg/411222 to your computer and use it in GitHub Desktop.
Save joelg/411222 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
def hello_loop(names)
names.each do |name|
puts "Hello #{name}"
end
end
hello_loop(["Gafitescu", "D_Roch", "Steven Ng", "n0x13", "hosheng", "Pratik Desal", "r kumar", "Ashley Moran", "persiancoffee", "Andre Fischer"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment