Skip to content

Instantly share code, notes, and snippets.

@kurotaky
Created November 16, 2012 00:57
Show Gist options
  • Save kurotaky/4082917 to your computer and use it in GitHub Desktop.
Save kurotaky/4082917 to your computer and use it in GitHub Desktop.
lightning_talk_order
# -*- coding: utf-8 -*-
presenters = %w(mizzyさん fuchinoさん demiさん kulopさん わじさん ライティさん まよとさん あんちぽさん あよはたさん \
うーたんさん うまづらさん テリーさん けんごさん tnmtさん)
presenters.shuffle!
presenters.each_with_index do |presenter, index|
puts "#{index+1}. #{presenter}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment