Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plttn/advent_of_code_2022
https://github.com/plttn/advent_of_code_2022
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/plttn/advent_of_code_2022
- Owner: plttn
- Created: 2022-12-03T04:30:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-03T06:27:35.000Z (about 2 years ago)
- Last Synced: 2024-12-17T02:46:21.761Z (25 days ago)
- Language: Rust
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jack's Advent of Code
Full credit for the boilerplate here goes to
## Usage
Most of the functionality of this project shell is best accessed via `cargo` (though you can
install the project if you really want to).
- `cargo test` to run the tests. Full documentation for that command [here](https://doc.rust-lang.org/cargo/commands/cargo-test.html)
- `cargo bench` to run the benchmarks. Full documentation for that command [here](https://bheisler.github.io/criterion.rs/book/user_guide/command_line_options.html)
- `cargo run` to run the first day's solutions and print the results. `cargo run ` to run the day's solutions and print the results.