Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drewbrew/advent-of-code-2019
2019 Advent Of Code solutions
https://github.com/drewbrew/advent-of-code-2019
advent-of-code advent-of-code-2019 python
Last synced: about 1 month ago
JSON representation
2019 Advent Of Code solutions
- Host: GitHub
- URL: https://github.com/drewbrew/advent-of-code-2019
- Owner: drewbrew
- License: apache-2.0
- Created: 2019-12-01T19:05:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-25T16:34:31.000Z (about 5 years ago)
- Last Synced: 2024-12-16T06:56:56.857Z (about 1 month ago)
- Topics: advent-of-code, advent-of-code-2019, python
- Language: Python
- Size: 60.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 2019 Solutions
## What is this?
These are my solutions for [Advent of Code 2019](https://adventofcode.com/2019).
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.8 as well as pipenv.
Save your day's input as `inputX.txt`, then run `pipenv run python dayX.py`.