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
- Host: GitHub
- URL: https://github.com/sraaphorst/advent-of-code-2024
- Owner: sraaphorst
- License: bsd-3-clause
- Created: 2024-12-02T04:08:45.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-01T04:56:39.000Z (5 months ago)
- Last Synced: 2025-02-03T23:39:45.315Z (4 months ago)
- Topics: advent-of-code, advent-of-code-2024, advent-of-code-2024-kotlin, aoc, aoc-2024-in-kotlin, functional-programming, kotlin
- Language: Kotlin
- Homepage:
- Size: 218 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.