Functionsยง
- parse_
letter - Parse a letter represented in the AoC format.
- parse_
string_ to_ letters - Parse a string representing a full screen from a AoC puzzle.
- split_
screen - Split a string representing a AoC screen into the section strings for the individual characters. This assumes every character is 4 characters wide and a single column is used to split the individual letters.