Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhdunn/aoc-2024-kotlin
Advent of Code 2024 Kotlin implementation
https://github.com/rhdunn/aoc-2024-kotlin
advent-of-code advent-of-code-2024 advent-of-code-2024-kotlin
Last synced: 10 days ago
JSON representation
Advent of Code 2024 Kotlin implementation
- Host: GitHub
- URL: https://github.com/rhdunn/aoc-2024-kotlin
- Owner: rhdunn
- License: apache-2.0
- Created: 2024-12-05T12:29:22.000Z (18 days ago)
- Default Branch: master
- Last Pushed: 2024-12-08T11:46:03.000Z (15 days ago)
- Last Synced: 2024-12-08T12:29:41.653Z (15 days ago)
- Topics: advent-of-code, advent-of-code-2024, advent-of-code-2024-kotlin
- Language: Kotlin
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aoc-2024-kotlin
> Advent of Code 2024 Kotlin implementation- [Day 1](src/main/kotlin/io/github/rhdunn/aoc/y2024/Day01.kt)
- [Day 2](src/main/kotlin/io/github/rhdunn/aoc/y2024/Day02.kt)
- [Day 3](src/main/kotlin/io/github/rhdunn/aoc/y2024/Day03.kt)
- [Day 4](src/main/kotlin/io/github/rhdunn/aoc/y2024/Day04.kt)
- [Day 5](src/main/kotlin/io/github/rhdunn/aoc/y2024/Day05.kt)
- [Day 6](src/main/kotlin/io/github/rhdunn/aoc/y2024/Day06.kt)
- [Day 7](src/main/kotlin/io/github/rhdunn/aoc/y2024/Day07.kt)
- [Day 8](src/main/kotlin/io/github/rhdunn/aoc/y2024/Day08.kt)
- [Day 9](src/main/kotlin/io/github/rhdunn/aoc/y2024/Day09.kt)
- [Day 10](src/main/kotlin/io/github/rhdunn/aoc/y2024/Day10.kt)
- [Day 11](src/main/kotlin/io/github/rhdunn/aoc/y2024/Day11.kt)
- [Day 12](src/main/kotlin/io/github/rhdunn/aoc/y2024/Day12.kt)## License
Copyright (C) 2024 Reece H. DunnSPDX-License-Identifier: [Apache-2.0](LICENSE)