package
0.0.0-20240704162100-4b92a3127cdc
Repository: https://github.com/unixlab/aoc2023.git
Documentation: pkg.go.dev

# Functions

RunPart1 is for the first star of the day.
RunPart2 is for the second star of the day.

# Structs

Cord is our struct representing a coordinate.

# Type aliases

Grid is our own string array struct to build function on.