dustin
/
aoc2021
Archived
1
0
Fork 0
This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
Go to file
Dustin 40f77c94ac Refactoring program to better multiple puzzles
Moved the logic for computing sonar depth increases out of the main
function into its own module.  Made the window size adjustable, with a
default size of 1, so the same program can answer both questions from
the Day 1 puzzle.
2021-12-02 22:32:59 -06:00
src Refactoring program to better multiple puzzles 2021-12-02 22:32:59 -06:00
.gitignore Day 1, part 1 2021-12-01 20:07:56 -06:00
Cargo.lock Refactoring program to better multiple puzzles 2021-12-02 22:32:59 -06:00
Cargo.toml Refactoring program to better multiple puzzles 2021-12-02 22:32:59 -06:00
day1-input.txt Day 1, part 1 2021-12-01 20:07:56 -06:00
rustfmt.toml Refactoring program to better multiple puzzles 2021-12-02 22:32:59 -06:00