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

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

Advent of Code 2020 in Python
https://github.com/soft/advent-of-code-2020

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

Last synced: about 1 year ago
JSON representation

Advent of Code 2020 in Python

Awesome Lists containing this project

README

          

# Advent of Code 2020 in Python 🎅

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

## Usage

```
usage: aoc [-h] day part [input]

positional arguments:
day
part
input

optional arguments:
-h, --help show this help message and exit
```