An open API service indexing awesome lists of open source software.

https://github.com/sraaphorst/advent-of-code-2024

Advent of Code 2024 in Kotlin
https://github.com/sraaphorst/advent-of-code-2024

advent-of-code advent-of-code-2024 advent-of-code-2024-kotlin aoc aoc-2024-in-kotlin functional-programming kotlin

Last synced: 2 months ago
JSON representation

Advent of Code 2024 in Kotlin

Awesome Lists containing this project

README

        

# advent-of-code-2024

My attempt in Kotlin to complete the [2024 Advent of Code](https://adventofcode.com/2024).

To retrieve input data, you must obtain your session cookie from
the Advent of Code website and add it to the [resources](src/main/resources) directory.

**Current status:** Day 14 complete.

**Last updated:** 2024-12-14.