Skip to content

Instantly share code, notes, and snippets.

@isseium
Created December 11, 2013 10:22
Show Gist options
  • Save isseium/7908108 to your computer and use it in GitHub Desktop.
Save isseium/7908108 to your computer and use it in GitHub Desktop.
大学時間割調整用
"月火水木金".split('').each do |w|
[1, 2, 3, 4, 5, '放'].each do |t|
puts w + t.to_s
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment