Welcome to my repository of Advent of Code 2024 solutions, crafted with love and written in Go! 🐹✨ Each day of December brings a new programming challenge, and this repo is my journey through the season of coding and Christmas cheer. 🎁
Advent of Code is an annual coding event during December. Every day at midnight EST, a new puzzle is released, challenging developers worldwide to solve problems while spreading holiday joy. 🌟
This repository contains:
- Daily Solutions: One directory per day (
day1
,day2
, etc.). - Go Code: not Clean, not efficient, and propably not idiomatic Go solutions.
- Input Files: Puzzle inputs stored separately for reproducibility.
.
├── day1/
│ ├── day1.go # Solution code
│ └── (README.md) # Explanation of the solution
├── README.md # You're here!
└── go.mod # Module definition
Wishing you a Merry Christmas and happy coding! 🎄✨
Kindly generated using GPT 4o because who got time to write readmes...
I use Copilot in my normal coding workflows but this is just for me to get better and more productive in go on my own so no LLMs appart from this README :)