Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ithinuel/advent-of-code-rust
My solutions to Advent Of Code
https://github.com/ithinuel/advent-of-code-rust
aoc2017 aoc2020 aoc2021 rust
Last synced: 7 days ago
JSON representation
My solutions to Advent Of Code
- Host: GitHub
- URL: https://github.com/ithinuel/advent-of-code-rust
- Owner: ithinuel
- License: apache-2.0
- Created: 2017-12-24T11:12:13.000Z (almost 7 years ago)
- Default Branch: 2022
- Last Pushed: 2023-04-15T16:40:52.000Z (over 1 year ago)
- Last Synced: 2024-10-09T07:13:10.453Z (28 days ago)
- Topics: aoc2017, aoc2020, aoc2021, rust
- Language: Rust
- Homepage:
- Size: 430 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Advent of Code 2022 solutions
- Run the last solution with: `cargo run --release`
- Run all solutions with: `cargo run --release -- -a`- Run the benchmarks with: `cargo bench --bench aoc-bench`