Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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]`.