Documentation ¶
Overview ¶
Package common contains common code for Advent of Code solutions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseExercise ¶
type BaseExercise struct{}
BaseExercise is the base struct for all exercises.
func (BaseExercise) One ¶
func (c BaseExercise) One(instr string) (interface{}, error)
One is the first part of the exercise.
func (BaseExercise) Two ¶
func (c BaseExercise) Two(instr string) (interface{}, error)
Two is the second part of the exercise.
Click to show internal directories.
Click to hide internal directories.