package
0.0.0-20241211091212-e8186b19e457
Repository: https://github.com/unixlab/aoc2024.git
Documentation: pkg.go.dev
# Functions
AbsDiff returns the absolut difference between two integers.
GetDistance return the manhattan distance between to coordinates.
Pow calculates the value of a raised to the power of b as integers.
# Structs
Coordinate hold x y coordinates.