package
0.0.0-20191230163237-a30599c1cba0
Repository: https://github.com/mjm/advent-of-code-2019.git
Documentation: pkg.go.dev

# Functions

NewCanvas creates an empty canvas.
NewCleaner creates a new cleaner with the correct programs.
NewIntersectionFinder creates a new intersection finder using a canvas as a store for the map.

# Structs

Canvas is an infinitely paintable 2D surface.
Cleaner provides movement programs to control the robot.
IntersectionFinder builds a map of scaffolds and finds their intersections.