Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```