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

# Functions

Abs returns the absolute value of an int.
CalculateMovement returns the movement of tail to follow the head.
PrintState prints the state of the grid.

# Structs

Exercise for Advent of Code 2022 day 9.
Point is an x/y tuple of ints.