https://github.com/jedevc/advent-of-code-2021
Solutions for AoC 2021 :crab:
https://github.com/jedevc/advent-of-code-2021
Last synced: over 1 year ago
JSON representation
Solutions for AoC 2021 :crab:
- Host: GitHub
- URL: https://github.com/jedevc/advent-of-code-2021
- Owner: jedevc
- Created: 2021-12-01T07:54:09.000Z (over 4 years ago)
- Default Branch: trunk
- Last Pushed: 2021-12-25T09:15:44.000Z (over 4 years ago)
- Last Synced: 2025-03-11T13:52:27.547Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 119 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2021
My solutions to AOC 2021 in Rust!
To run tests:
cargo test
To output solutions for day **X**:
cargo run --bin dayX