Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 274 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 274 Bytes

Advent of Code 2024

This year I will attempt to solve the puzzles with Ruby.

Solve the puzzles

# Install Ruby
# https://www.ruby-lang.org/en/documentation/installation/

./bin/solve        # to solve all days
./bin/solve -d 01  # to solve a particular day