package
0.0.0-20240204171805-e61498d205e4
Repository: https://github.com/asphaltbuffet/advent-of-code.git
Documentation: pkg.go.dev

# Functions

GetHeight calculates the height of of a map location.
PopulateFromInput populates the graph with the input data and sets up possible travel between points.
PrintPath prints the path on the map.

# Structs

Exercise for Advent of Code 2022 day 12.
Location is a set of coordinates on the map with a height.
Point is an X, Y coordinate.