Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 371 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 371 Bytes

Advent of Code 2024

Problems are available at https://adventofcode.com/2024

Overview

Solutions are implemented in Go.

To generate a template for a specific day, use the following command:

./template.sh <DAY>

The script can also download the puzzle input if a session cookie is provided:

AOC_SESSION_COOKIE=<SESSION_COOKIE> ./template.sh <DAY>