Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hpn4/adventofcode
My solution for the AdventOfCode challenge in python
https://github.com/hpn4/adventofcode
advent-of-code advent-of-code-2022 advent-of-code-2023 advent-of-code-2024 aoc-2024-in-python aoc2022-in-python aoc2023-in-python python python3
Last synced: 11 days ago
JSON representation
My solution for the AdventOfCode challenge in python
- Host: GitHub
- URL: https://github.com/hpn4/adventofcode
- Owner: Hpn4
- Created: 2023-12-06T06:22:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-23T05:59:48.000Z (about 1 month ago)
- Last Synced: 2024-12-23T06:32:58.851Z (about 1 month ago)
- Topics: advent-of-code, advent-of-code-2022, advent-of-code-2023, advent-of-code-2024, aoc-2024-in-python, aoc2022-in-python, aoc2023-in-python, python, python3
- Language: Python
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AdventOfCode
My solution for the AdventOfCode challenge in python## How to use
Download input of the day:
- Put your cookie of your advent of code account in `lib/cookie.txt`.
- Run the script `get.sh`Calculate stats (average time, rank, score for both parts):
- Copy & paste your stats in a file (in the same format as on the website)
- Run `stats/stats/py` on the created file