Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mattiasbuelens/advent-of-code-2020
- Owner: MattiasBuelens
- License: mit
- Created: 2020-11-30T22:20:38.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-25T09:03:51.000Z (about 4 years ago)
- Last Synced: 2024-11-12T20:48:52.803Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2020
- Language: Rust
- Homepage:
- Size: 158 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```