Created
February 20, 2012 15:02
-
-
Save tjeden/1869582 to your computer and use it in GitHub Desktop.
Wroc_love contest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# encoding: UTF-8 | |
contestants = ["piotr3k", "Marcin", "Sławosz", "Nowaker", "Rafał Wrzochol", "Maciej Lotkowski", "regedarek", "Świstak35", "pan_sarin", "jgonera", "Michał Krajewski", "Tomasz Orzechowski", "Piotr Jurczyński", "Maciej Gajewski"] | |
puts contestants[rand(contestants.length)] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment