Categorygithub.com/fantyz/adventofcode-go
repository
0.0.0-20241206165208-17023c00e5fc
Repository: https://github.com/fantyz/adventofcode-go.git
Documentation: pkg.go.dev

# 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

# README

Advent of Code

This repository contains my solutions for the Advent of Code puzzles implemented in Go.

Note that everything prior to 2020 is currently in a somewhat messy state. These were quick and dirty solutions that were not written with anything other than solving the puzzle in mind. A lot of days are missing as well due to lack of time over the holidays. I do plan to go over the previous years and rewrite them into more presentable solutions, but this might take a while to get around to doing.

Favorite Puzzles

Some puzzles are just more fun to solve than others. These are the most memorable ones:

TODO

  • Find old favorite days and add to section above
  • Clean the code up and make it properly readable
  • Solve the missing puzzles