advent_of_code_cli
advent_of_code_cli copied to clipboard
A CLI for scaffolding and running Advent of Code solutions in Ruby.
Results
1
advent_of_code_cli issues
Sort by
recently updated
recently updated
newest added
Duplicate the input before each call to the solver methods `part_one` and `part_two`. This ensures that changes to the input in `part_one` do not affect the value of `input` passed...