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.
NewDrone creates a new drone that records its findings onto a given canvas.

# Structs

Canvas is an infinitely paintable 2D surface.
Drone represents a drone being used to map out the area affected by a tractor beam.