Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mattiasbuelens/advent-of-code-2020

My solutions for Advent of Code 2020
https://github.com/mattiasbuelens/advent-of-code-2020

advent-of-code advent-of-code-2020

Last synced: 19 days ago
JSON representation

My solutions for Advent of Code 2020

Awesome Lists containing this project

README

        

# Advent of Code 2020
My solutions for [Advent of Code 2020](https://adventofcode.com/2020/), 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
```