Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/traxys/aoc_2020

Advent of code 2020
https://github.com/traxys/aoc_2020

Last synced: 9 days ago
JSON representation

Advent of code 2020

Awesome Lists containing this project

README

        

# aoc_2020

Advent of code 2020

## How to run directly

you can just run `cargo run --bin dayX -- --input ` You can choose part 1 or 2 by suppling `--part {1,2}`, it default to part 1.

## Using `aoc_runner`

You can use `aoc_runner` to run those too, you need to be in the root of the directory for that