package
0.0.0-20240423224343-1094282e3f8a
Repository: https://github.com/jstern/aoc2023.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
No description provided by the author
ListSolutions returns a sorted list of registered solution keys.
SolutionFor returns the registered Solution for the supplied key.
No description provided by the author
# Type aliases
A Solution is just a function that takes an input string and returns an answer string.