Skip to content

Puzzle solutions for the Advent of Code 2024 challenge

License

Notifications You must be signed in to change notification settings

cschieb/adventofcode2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024

This repository will track my solutions to the puzzles for the Advent of Code 2024 challenge.

Solutions will be organized by day and puzzle.

My language of choice for the challenge is Go.

Documentation

Godoc comments will be made for relevant functions, and inline comments will be in place to keep track of the thought process followed when solving each puzzle, and any additional information.

Running Locally

Each puzzle solution is self-contained. The only requirement to run them is having Go 1.20 or newer installed.

The solutions can be run using go run <path_to_puzzle_dir> from the root of the repo.

Any puzzle-specific prerequisites will be listed in a separate README in the corresponding directory.

About

Puzzle solutions for the Advent of Code 2024 challenge

Resources

License

Stars

Watchers

Forks

Languages