package
1.0.5
Repository: https://github.com/yitsushi/go-aoc.git
Documentation: pkg.go.dev

# Functions

NewMonth creates a new Month.
NewSolver creates a new Solver for a specific day and part.

# Constants

Part1 means we want to solve part 1.
Part2 means we want to solve part 2.
PartAll means we want to solve both part 1 and part 2.

# Structs

InputParseError occurs when something is not implemented.
Month manages daily solvers.
NoInputError occurs when we have no input values.
NoSolutionError occurs when we are unable to find a solution.
NotImplementedError occurs when something is not implemented.
Solver is the main solver.
UnkownDayError occurs when given day is not defined.
UnkownPartError occurs when given part is not defined.

# Interfaces

Day is the interface for daily solutions.