Here's a simple one.
Input Description
-----------------
Input will consistent of an array of 2x6 space-delimited Braille characters.
This array is always on the same line, so regardless of how long the text is, it
will always be on 3-rows of text. A lowered bump is a dot character '.', while a
raised bump is an upper-case 'O' character.
Output Description
------------------
Print the transcribed Braille.
{% gist 8308823 %}