visitor@dev:~/garden/projects$ls -lh --sort=date /garden/projects/AdventOfCode
>ls-la
# README.md
Advent of Code
Its one of my favorite times of the year, time for a new AoC.
Every December, I participate in Advent of Code—a series of Christmas-themed logic puzzles that get progressively harder to solve.
The Objective
I use this as an excuse to learn a new programming language every year. It is less about finishing all the days and more about seeing how far I can get. This year for 2025 I will be focusing on trying out Rust. Last year I tried a functional language Elixir and failed spectacularly.
System Logs
Below are my solutions, although I try and clean-up my code at the end, expect pretty messy and questionable coding decisions 😄
| PERMISSIONS | SIZE | DATE | NAME |
|---|---|---|---|
| drwxr-xr-x | - | - | .. (Parent Directory) |
| drwxr-xr-x | - | - | Advent of Code - 2025/ |
| -rw-r--r-- | 6408b | [note] Day 3: Lobby | |
| -rw-r--r-- | 18750b | [note] Day 2: Gift Shop | |
| -rw-r--r-- | 18048b | [note] Day 1: Secret Entrance |
>_