Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 405 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 405 Bytes

This repo includes the solution I propose for Eric Wastl's Advent of Code: https://adventofcode.com/

Before using, make sure to install the required libraries.

I’m trying the language latest features when I can and think about it.

As of 2024, the easiest way to run this is uv.

uv run src/y20YY/dayX.py

I've added my own dataset in the data folder. Feel free to use your own inputs.