Skip to content

Instantly share code, notes, and snippets.

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