Ecosyste.ms: Awesome
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: about 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 (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-02T16:35:25.000Z (about 2 months ago)
- Last Synced: 2024-12-02T17:42:42.037Z (about 2 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: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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 8 complete.
**Last updated:** 2024-12-08.