Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Slice of cardinal directions
View Source
var East = Point{1, 0}
+X direction
View Source
var North = Point{0, 1}
+Y direction
View Source
var South = Point{0, -1}
-Y direction
View Source
var Verbose bool
Verbose flag. Use pflag.Parse() in main() to populate.
View Source
var West = Point{-1, 0}
-X direction
Functions ¶
func OCRLetters ¶
Convert Advent of Code height 6 font letters to a string. The message must be represented as 6 rows of # and . characters separated by newlines.
Types ¶
Click to show internal directories.
Click to hide internal directories.