Skip to content

Instantly share code, notes, and snippets.

@pilaf
Created February 10, 2016 01:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pilaf/c99ae2a3316bbafab003 to your computer and use it in GitHub Desktop.
Save pilaf/c99ae2a3316bbafab003 to your computer and use it in GitHub Desktop.
Code golf - Time
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