Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drewbrew/advent-of-code-2020
2020 Advent of Code solutions
https://github.com/drewbrew/advent-of-code-2020
advent-of-code advent-of-code-2020 advent-of-code-2020-python python
Last synced: 19 days ago
JSON representation
2020 Advent of Code solutions
- Host: GitHub
- URL: https://github.com/drewbrew/advent-of-code-2020
- Owner: drewbrew
- License: apache-2.0
- Created: 2020-12-01T12:30:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-25T17:37:04.000Z (about 4 years ago)
- Last Synced: 2024-12-16T06:56:56.924Z (21 days ago)
- Topics: advent-of-code, advent-of-code-2020, advent-of-code-2020-python, python
- Language: Python
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Drew's Advent of Code 2020 Solutions
## What is this?
These are my solutions for [Advent of Code 2020](https://adventofcode.com/2020).
Because I primarily write Python for my day job, I am writing these in Python
for the sake of getting them done. I make no guarantees that these are the
fastest or best solutions, but they work.## How do I run them?
Download and install Python 3.9 as well as pipenv.
Save your day's input as `dayX.txt`, then run `pipenv run python dayX.py`.