https://github.com/poyea/aoc-mmxxi
🎄 Advent of Code MMXXI
https://github.com/poyea/aoc-mmxxi
advent-of-code advent-of-code-2021 adventofcode aoc aoc2021 aoc2021rust christmas rust rust-lang
Last synced: 6 months ago
JSON representation
🎄 Advent of Code MMXXI
- Host: GitHub
- URL: https://github.com/poyea/aoc-mmxxi
- Owner: poyea
- License: mit
- Created: 2021-12-20T10:37:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-20T11:09:42.000Z (over 3 years ago)
- Last Synced: 2025-04-06T21:13:30.893Z (6 months ago)
- Topics: advent-of-code, advent-of-code-2021, adventofcode, aoc, aoc2021, aoc2021rust, christmas, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 112 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code MMXXI [](https://github.com/poyea/aoc-mmxxi/actions/workflows/rust.yml)
This year, 2021, we crack the [Advent of Code](https://adventofcode.com/) in Rust.
## Running the Solutions
```sh
$ cargo -V
cargo 1.56.0 (4ed5d137b 2021-10-04)
$ cargo build --all --release # build
$ cargo test --all --release # test
$ cargo doc --all --release # documentation
```