package
0.0.0-20230826031213-3a8fa55f0bc8
Repository: https://github.com/janreggie/aoc.git
Documentation: pkg.go.dev

# Functions

Benchmark benchmarks a solver function.
SplitLines splits an input to its lines except the last few ones if they are empty.
SplitLinesToInts splits input via newlines and then turns said slice into a slice of ints.
StringsToInts turns a slice of strings to ints.

# Structs

TestCase represents a test case.