Skip to content

Advent of code 2022+ in Kotlin, Rust, Racket, ...

Notifications You must be signed in to change notification settings

Lastaapps/advent-of-code

Repository files navigation

Advent of code

These are my solutions of the tasks from the Advent of code since the year 2022. All the tasks I have misses are missed because of time constraints (uni + work).

I recommend you to also try the AoC Wheel of names or similar to choose your daily language!

Structure

The basic project structure is made for Kotlin as it has the most complicated build setup from all the languages used. All the code is located in src/main/kotlin/y20XX/dayYY.idk.

Notice

No AI tools were used during the development!

Index

2023

First 7 days were chosen bye the wheel of fortune. Unless stated otherwise all the code was written without "consulting with internet communities".

2022

All the code is written in Kotlin.