Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samyak2/adventofcode-2021
My solutions for Advent of Code 2021, in Rust
https://github.com/samyak2/adventofcode-2021
advent-of-code advent-of-code-2021
Last synced: 20 days ago
JSON representation
My solutions for Advent of Code 2021, in Rust
- Host: GitHub
- URL: https://github.com/samyak2/adventofcode-2021
- Owner: Samyak2
- Created: 2021-12-01T17:59:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-01T11:15:10.000Z (about 3 years ago)
- Last Synced: 2024-11-11T15:50:10.225Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2021
- Language: Rust
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2021
These are my solutions. I have decided to use Rust for now.
I'm new to Rust, so it might be some of the worst Rust code you've seen :)
(although if you're reading the code and know Rust, I would greatly appreciate some feedback)
## Usage
```bash
cargo run --bin day_
```For example, to run Day 3 Part 2:
```bash
cargo run --bin day03_2
```### Dependencies
Requires `cargo` and `rustc`.
If you have [Nix](https://nixos.org/download.html) shell:
```
nix-shell
```