Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/flopp/aoc2020

My solutions for Advent of Code 2020
https://github.com/flopp/aoc2020

advent-of-code advent-of-code-2020 aoc aoc2020

Last synced: 17 days ago
JSON representation

My solutions for Advent of Code 2020

Awesome Lists containing this project

README

        

# AoC 2020

My solutions for [Advent of Code 2020](https://adventofcode.com/2020).

## C++ Solutions

Run with

```
make 01-cpp
```

## Python Solutions

Run with

```
make 01-py
```