Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anexen/advent-of-code-2021
My Advent of Code 2021 solutions written in Rust
https://github.com/anexen/advent-of-code-2021
advent-of-code advent-of-code-2021 aoc aoc2021 rust
Last synced: 12 days ago
JSON representation
My Advent of Code 2021 solutions written in Rust
- Host: GitHub
- URL: https://github.com/anexen/advent-of-code-2021
- Owner: Anexen
- License: mit
- Created: 2021-12-07T18:25:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-15T19:40:19.000Z (almost 3 years ago)
- Last Synced: 2024-11-07T11:53:39.427Z (2 months ago)
- Topics: advent-of-code, advent-of-code-2021, aoc, aoc2021, rust
- Language: Rust
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2021
My [Advent of Code 2021](https://adventofcode.com/2021) solutions written in Rust
## How to run
```bash
# get pazzle answer
cargo run -- 1a# test against example
cargo test -p day_09
```