Skip to content

Instantly share code, notes, and snippets.

@alicht
Created June 20, 2014 03:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alicht/7b5dcff35d35f2b675d2 to your computer and use it in GitHub Desktop.
Save alicht/7b5dcff35d35f2b675d2 to your computer and use it in GitHub Desktop.
puts "Christina Cannito"
puts "Avi Lichtschein"
puts "George Taveras"
puts "Hannah Kim"
#then we had to randomize our names, so a random name would be selected. See code below
puts ["George", "Christina", "Hannah", "Avi"].shuffle[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment