package
0.0.0-20241211091212-e8186b19e457
Repository: https://github.com/unixlab/aoc2024.git
Documentation: pkg.go.dev

# Functions

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

# Structs

Guard is a struct holding all data of a guard States are: 0 - moving up 1 - moving left 2 - moving down 3 - moving right.