Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wbh1/adventofcode2020
- Owner: wbh1
- Created: 2020-12-04T02:48:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T22:48:48.000Z (over 2 years ago)
- Last Synced: 2023-02-27T15:37:58.715Z (almost 2 years ago)
- Language: Python
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.