module
0.0.0-20241211095808-1f5627bbfe11
Repository: https://github.com/muer/adventofcode.go.git
Documentation: pkg.go.dev
# README
🎄 Advent of Code 🎄
Solutions to Advent of Code puzzles.
Setup
Set your AoC session cookie in the AOC_SESSION_TOKEN
env var.
Running the solutions
# Create skeleton for a new day. Defaults to current day/year
make skeleton
# Run tests for the current day
make test
# Run current day
make run
All commands support DAY
and YEAR
variables to run solutions for a specific day and year. For example:
DAY=01 YEAR=2024 make run
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author