Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.29 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.29 KB

Advent of Code 2024 Solutions in Kotlin

My solutions for Advent of Code challenges 2024 in Kotlin (JVM).

Kotlin Version License

Copyright © 2024 by Christian Jaeggi.

Before I start I want to give a big shout-out to Todd Ginsberg whose solutions are very concise as well as idiomatic to read. His repos are always very inspirational! I learned a lot from him.

Just use the main class and execute either the appropriate solve functions in the according Day classes or any day function i.a.

Enjoy!

Daily Solution Index for 2024

Day Title Links
1 ??? [Code] [AoC]