Commit graph

2 commits

Author SHA1 Message Date
andypymont
270ea8f809 Resolve clippy::uninlined_format_args warnings
- See https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
2023-02-04 21:18:59 +00:00
Felix Spöttel
4d10812fd3
feat: download puzzle descriptions (#21)
* 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 eliminate temp files
2022-12-06 18:22:40 +01:00