https://github.com/elnardu/advent-of-code-2023
https://github.com/elnardu/advent-of-code-2023
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/elnardu/advent-of-code-2023
- Owner: elnardu
- Created: 2023-12-01T01:32:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T06:19:17.000Z (over 2 years ago)
- Last Synced: 2025-02-02T05:26:19.871Z (over 1 year ago)
- Language: Python
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AoC 2023
Keeping it simple and just using Python this year. Will actually try finish.
Also, don't use this code as an example for any purpose. I am trying for speed this year, so code is very bad.
## Usage
- Copy `cookies-template.json` to `cookies.json`
- Put your AoC session cookie there
- After that running `make` will do the following
- Download today's input and put that into `/input`
- Open today's problem in your browser
- Copy `solution_template.py` to `/solutions`
- Rerun that file on every change