Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 519 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 519 Bytes

Advent of Code

2024-ruby

My solutions for Advent of Code problems.

See nested folders (year/language) for further information on setting up and running the code.

Setup

brew install pre-commit
pre-commit install
mise install

Running exercises

See instructions in each language subdirectory