A place to push your advent of code to and compare your solutions with other people.
Please follow the structure described below ({year}/{language}/{your_name}/{your_code}
) to keep everyhing organized and help mitigate merge conflicts. If your language is not yet in the list then feel free
to add it.
advent-of-code
├── 2024
│ └── kotlin
│ ├── adrian
│ │ ├── day1
│ │ │ └── dumy.kt
│ │ ├── day2
│ │ │ └── dummy.kt
: : : :
: : : :
│ │ └── day31
│ │ └── dummy.kt
│ └── ludvig
│ ├── day1
│ │ └── dumy.kt
│ ├── day2
│ │ └── dumy.kt
: : : :
: : : :
│ └── day31
│ └── dumy.kt