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

# Functions

NewDroid creates a new droid with a program.

# Constants

RunProgram is a working program for the droid in running mode.
WalkProgram is a working program for the droid in walking mode.

# Structs

Droid controls a springdroid using a program of boolean instructions for when to jump.