Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 526 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 526 Bytes

Advent of Code

This is my attempt at completing the Advent of Code challenges.

Depdencies

Requirements

This project assumes you already have asdf installed.

Getting started

Execute bash setup.sh to get install any necessary dependencies.

Execution

To run a particular solution, execute poetry run <year>_<day>_<part>. For example, to run the solution for the first part of the problem given on December 1, 2023, execute poetry run 2023_1_1.