Expand description
Traits for declaring solutions of advent of code puzzles, and functions for running them.
Traits§
Functions§
- run
- Run a day dynamically (with the day itself specified at runtime).
- run_day
- Run the solution of both parts for a given day, returning the result as a string.
- run_
day_ part - Run the solution of a given part for the given day, returning the result as a string.