Created
February 10, 2016 01:34
-
-
Save pilaf/c99ae2a3316bbafab003 to your computer and use it in GitHub Desktop.
Code golf - Time
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
gets | |
puts"%9s | |
%5s%8s | |
%s%14s | |
%s%16s | |
%s%14s | |
%5s%8s | |
%9s"%[0,11,1,10,2,9,3,8,4,7,5,6].map{|v|{h=$_.to_i%12=>:h,m=$_[3,4].to_i/5=>h==m ?:x: :m}[v]||:o} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment