package
0.0.0-20241211215934-c01629110046
Repository: https://github.com/gowikel/adventofcode-golang.git
Documentation: pkg.go.dev

# Functions

New creates a new Runner instance with the provided map of solvers.

# Variables

ErrPartNotImplemented is returned when a specific part (1 or 2) of a day's solution has not been implemented.
ErrSolverNotImplemented is returned when the solver code is not added.

# Structs

Runner manages a collection of Solvers and provides methods to execute them.

# Interfaces

Solver is the interface that must be implemented by each day's solution.