Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wbh1/adventofcode2020

https://adventofcode.com/2020
https://github.com/wbh1/adventofcode2020

Last synced: about 1 month ago
JSON representation

https://adventofcode.com/2020

Awesome Lists containing this project

README

        

# Advent of Code 2020
Repo to track my Advent of Code solutions

### Why Python?
I have less time these days so I am going with quick and dirty (Python) vs what I truly love (Go). Gopher forgive me.

### Setup
Create a pipenv
```bash
pipenv install
```

`cd` to any directory and run that day's Python file.