package
0.0.0-20191230163237-a30599c1cba0
Repository: https://github.com/mjm/advent-of-code-2019.git
Documentation: pkg.go.dev
# Functions
LoadFromString reads a map from a string representation of it.
# Structs
Asteroid is a single asteroid on the map.
AsteroidEdge stores an asteroid and its distance from another astroid.
Map is a map of asteroids on a two-dimensional grid.