Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drewbrew/advent-of-code-2023
2023 Advent of Code Solutions
https://github.com/drewbrew/advent-of-code-2023
Last synced: 10 days ago
JSON representation
2023 Advent of Code Solutions
- Host: GitHub
- URL: https://github.com/drewbrew/advent-of-code-2023
- Owner: drewbrew
- License: apache-2.0
- Created: 2023-12-01T13:25:15.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-25T13:20:39.000Z (11 months ago)
- Last Synced: 2023-12-25T14:53:35.170Z (11 months ago)
- Language: Python
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Drew's Advent of Code 2023 Solutions
## What is this?
These are my solutions for [Advent of Code 2023](https://adventofcode.com/2023).
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.12. You'll need to install pipenv and run `pipenv install`.
Save your day's input as `dayXX.txt`, then run `pipenv run python dayXX.py`.