Created
December 11, 2013 10:22
-
-
Save isseium/7908108 to your computer and use it in GitHub Desktop.
大学時間割調整用
This file contains hidden or 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
"月火水木金".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