issues
search
fspoettel
/
advent-of-code-rust
🎄Starter template for solving Advent of Code in Rust.
MIT License
715
stars
53
forks
source link
feat: download puzzle descriptions
#21
Closed
fspoettel
closed
1 year ago
fspoettel
commented
1 year ago
add support for downloading puzzle descriptions in
cargo download
add
cargo read
command to read puzzles in terminal
extract
aoc_cli
module
use
aoc-cli
's new overwrite option to remove tmp file logic
avoid cargo output when running aliases commands
move aoc debug code behind debug flag
TODO:
[x] test on windows
cargo download
cargo read
command to read puzzles in terminalaoc_cli
moduleaoc-cli
's new overwrite option to remove tmp file logicTODO: