Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realcyguy/adventofcode
https://github.com/realcyguy/adventofcode
advent-of-code advent-of-code-2023 advent-of-code-2024 adventofcode aoc python3 python311
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/realcyguy/adventofcode
- Owner: RealCyGuy
- License: mit
- Created: 2024-12-11T19:31:06.000Z (30 days ago)
- Default Branch: main
- Last Pushed: 2024-12-26T22:46:38.000Z (15 days ago)
- Last Synced: 2024-12-26T23:20:09.429Z (14 days ago)
- Topics: advent-of-code, advent-of-code-2023, advent-of-code-2024, adventofcode, aoc, python3, python311
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code
My solutions for [advent of code](https://adventofcode.com/)! Moved from my
old repositories [adventofcode-2024](https://github.com/RealCyGuy/adventofcode-2024)
and [adventofcode-2023](https://github.com/RealCyGuy/adventofcode-2023).I used [uv](https://github.com/astral-sh/uv) to manage packages.
All the solutions import from `utils/api.py` to fetch the input using a cookie saved in `cookie.txt`.
To create a new day, run the new day script `uv run new [-h] [year] [day]`.