https://github.com/osipxd/advent-of-code
My advent of code solutions
https://github.com/osipxd/advent-of-code
advent-of-code-2022 advent-of-code-2023 advent-of-code-2024 aoc-2022-in-kotlin aoc-2023-in-kotlin aoc-2024-in-kotlin kotlin
Last synced: 4 months ago
JSON representation
My advent of code solutions
- Host: GitHub
- URL: https://github.com/osipxd/advent-of-code
- Owner: osipxd
- License: apache-2.0
- Created: 2022-12-01T05:29:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-25T12:04:15.000Z (6 months ago)
- Last Synced: 2025-01-31T18:14:45.843Z (4 months ago)
- Topics: advent-of-code-2022, advent-of-code-2023, advent-of-code-2024, aoc-2022-in-kotlin, aoc-2023-in-kotlin, aoc-2024-in-kotlin, kotlin
- Language: Kotlin
- Homepage:
- Size: 11.6 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# osipxd's Advent of Code solutions
Welcome to my Advent of Code[^aoc] repository.
Here I'm trying to save Xmas every year, mainly using Kotlin but sometimes with other programming languages.Each year's puzzles are placed in separated directory:
- [2024](advent-of-code-2024/README.md)
- [2023](advent-of-code-2023/README.md)
- [2022](advent-of-code-2022/README.md)[^aoc]:
[Advent of Code][aoc] – An annual event of Christmas-oriented programming challenges started December 2015.
Every year since then, beginning on the first day of December, a programming puzzle is published every day for twenty-five days.
You can solve the puzzle and provide an answer using the language of your choice.[aoc]: https://adventofcode.com/