advent_of_code_2024::day_15

Function run

source
pub fn run()
Expand description

The entry point for running the solutions with the ‘real’ puzzle input.

  • The puzzle input is expected to be at <project_root>/res/day-15-input
  • It is expected this will be called by super::main() when the user elects to run day 15.