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

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


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

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Advent of Code 2020 in Rust

This repo contains my Advent of Code 2020 solutions, written in Rust, a language I have been meaning to explore more.

## Running

```bash
# tests
cargo test

# run a specific day
cargo run --
```