common

package
v0.0.0-...-be45ac3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 22, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoadDailyInput

func LoadDailyInput(day int) string

Types

type Day

type Day interface {
	Part1(input string) *Solution
	Part2(input string) *Solution
}

type Solution

type Solution struct {
	PartNr int
	Result any
}

func NewSolution

func NewSolution(partNr int, result any) *Solution

func (*Solution) Print

func (solution *Solution) Print(elapsed time.Duration)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL