o
odin.langpkg.dev
packages / library / adventofcode

adventofcode

b5b4edclibrary

Better late than never

No license ยท updated 1 year ago

Advent of Code

Welcome! ๐Ÿ‘‹ This is my personal repo for Advent of Code, the annual programming challenge that runs every December.

๐ŸŽ„ Current Focus: 2024 (Yes, a Little Late)

I'm currently working through the 2024 edition โ€” a bit behind schedule, but still enjoying the puzzles and learning along the way. Progress over perfection!

Each day's challenge is solved in its own file/folder. Iโ€™m aiming to write clean, readable solutions, and occasionally trying out new tools or languages along the way.

๐Ÿ—ƒ๏ธ Repo Structure

For now, everything is in one repo, but eventually I plan to split the code by year, so each edition of Advent of Code will have its own directory (or even its own repo if it makes sense). That way it stays clean and easier to navigate over time.

Example future structure:

โ”œโ”€โ”€ 2024
  โ”œโ”€โ”€ dayone
  โ”œโ”€โ”€ daytwo
โ”‚ โ””โ”€โ”€ ...
โ”œโ”€โ”€ 2025
โ”‚ โ””โ”€โ”€ ...
โ””โ”€โ”€ README.md

๐Ÿš€ Why I'm Doing This

  • Keep my problem-solving skills sharp
  • Play around with new languages or tools
  • Just for fun โ€” because puzzles are fun ๐Ÿ™‚

Feel free to browse, borrow ideas, or follow along!