Categorygithub.com/tommyjl/aoc24
repositorypackage
0.0.0-20241219175508-c9fcde887ba5
Repository: https://github.com/tommyjl/aoc24.git
Documentation: pkg.go.dev

# README

Advent of Code 2024

Usage

Run all days:

make

Run specific day:

DAY=2 make

The above commands can be run in watch mode:

make watch
DAY=2 make watch

System info

  • Darwin Kernel Version 23.0.0
  • go version go1.22.6 darwin/arm64
  • GNU Make 3.81