package
0.0.0-20191230163237-a30599c1cba0
Repository: https://github.com/mjm/advent-of-code-2019.git
Documentation: pkg.go.dev
# Functions
NewMoonFromString reads the position coordinates from a string and creates a new moon at that position.
NewSystemFromString reads a list of moons from lines in a string, and creates a new system with those moons.
# Structs
Moon is a single moon in the simulation.
MoonSystem is a set of moons that all affect each other's motion.
Vec3D is a three-dimensional vector of integers.