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 aoc2022-in-python aoc2023-in-python python python3
Last synced: about 1 month 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-04-20T06:23:55.000Z (8 months ago)
- Last Synced: 2024-04-20T07:25:52.655Z (8 months ago)
- Topics: advent-of-code, advent-of-code-2022, advent-of-code-2023, aoc2022-in-python, aoc2023-in-python, python, python3
- Language: Python
- Homepage:
- Size: 61.5 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