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-5-input
- It is expected this will be called by
super::main()
when the user elects to run day 5.