Skip to content

Latest commit

 

History

History

2024

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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>