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 733813e719 Add subcommands to main command
The main command now supports subcommands for the various puzzles.  The
first subcommand is `sonar`, for working with the sonar data from the
Day 1 puzzles.
2021-12-02 22:42:20 -06:00
src Add subcommands to main command 2021-12-02 22:42:20 -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