solution

package
v0.0.0-...-aa75ebd Latest Latest
Warning

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

Go to latest
Published: May 9, 2024 License: MIT Imports: 55 Imported by: 0

Documentation

Overview

Code generated by internal/generate; DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Days

func Days(year int) []int

Days returns a int slice containing solution for the given year with a solution

func Years

func Years() []int

Years returns a int slice containing years with solution

Types

type Solution

type Solution interface {
	Parse(s string)
	ParseExample()
	Part1() interface{}
	Part2() interface{}
}

func For

func For(year, day int) Solution

For returns an implementation of a solution for the given year & day

type TwoExamples

type TwoExamples interface {
	Solution
	ParseExample2()
}

Jump to

Keyboard shortcuts

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