Macro lib_aoc::solve

source ·
macro_rules! solve {
    ($sols:ty, $day:expr) => { ... };
}
Expand description

Run and pretty-print a day’s solution.

In order, the parameters are:

  • Your solution type.
  • The day to solve.