AdventOfCode 2024

This is my take on the advent of code challenges of 2024.

Workflow

  • cargo run last: Run the last available day, display results. It's very handy when I'm working on the next day 😃

  • cargo run all: Run all days, display results

  • cargo run list: List available days

  • cargo run dayNN: Run specific day