Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakobkmar/advent-of-code-2023
Solutions for Advent of Code 2023
https://github.com/jakobkmar/advent-of-code-2023
advent-of-code adventofcode aoc-2023-in-kotlin kotlin
Last synced: 19 days ago
JSON representation
Solutions for Advent of Code 2023
- Host: GitHub
- URL: https://github.com/jakobkmar/advent-of-code-2023
- Owner: jakobkmar
- Created: 2023-11-30T21:33:00.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-07T13:16:29.000Z (11 months ago)
- Last Synced: 2024-10-03T11:23:24.691Z (about 1 month ago)
- Topics: advent-of-code, adventofcode, aoc-2023-in-kotlin, kotlin
- Language: Kotlin
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Advent of Code 2023
This repository contains my Advent of Code solutions for the year 2023.
You can find [the code for all solutions here](/src/main/kotlin).
[**Advent of Code**](https://adventofcode.com/) is an annual programming puzzles contest held every December from the 1st to the 25th.
It's a great way to learn new skills, test your problem-solving abilities, and have fun.