//
pkg.gl
Category
github.com/unixlab/AoC2024
internal
day06
package
0.0.0-20241211091212-e8186b19e457
Repository:
https://github.com/unixlab/aoc2024.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
148 SLOC
#
Functions
RunPart1
RunPart1 is for the second star of the day.
RunPart2
RunPart2 is for the second star of the day.
#
Structs
Guard
Guard is a struct holding all data of a guard States are: 0 - moving up 1 - moving left 2 - moving down 3 - moving right.