package
0.0.0-20241228161114-16f4b890328a
Repository: https://github.com/andreaskaempf/adventofcode.git
Documentation: pkg.go.dev

# Structs

Structure for a board state.
One move, for piece X from position A to position B, with number of steps Position: 0-10 = corridor positions 100-103 = first chamber 200-203 = second chamber 300-303 = third chamber 400-403 = third chamber.

# Type aliases

Structure for a chamber within a board, each containing letters or nil, element 0 closest to opening.