Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattiasbuelens/advent-of-code-2021
My solutions for Advent of Code 2021
https://github.com/mattiasbuelens/advent-of-code-2021
advent-of-code advent-of-code-2021
Last synced: 26 days ago
JSON representation
My solutions for Advent of Code 2021
- Host: GitHub
- URL: https://github.com/mattiasbuelens/advent-of-code-2021
- Owner: MattiasBuelens
- License: mit
- Created: 2021-11-29T15:54:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-25T18:37:43.000Z (about 3 years ago)
- Last Synced: 2024-11-12T20:48:52.730Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2021
- Language: Rust
- Homepage:
- Size: 211 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2021
My solutions for [Advent of Code 2021](https://adventofcode.com/2021/), written in [Rust](https://www.rust-lang.org/).## Running
This project uses [cargo-aoc](https://github.com/gobanos/cargo-aoc) by [@gobanos](https://github.com/gobanos/).To run the solution for a specific day (e.g. day 1):
```sh
$ cargo aoc -d 1
```To run all solutions:
```sh
$ cargo run
```