advent-of-code-2023 icon indicating copy to clipboard operation
advent-of-code-2023 copied to clipboard

Let's try to do the advent of code 2023 in Java 21

advent-of-code-2023

Let's try to do the advent of code 2023 in Java 21

It's not the first time I tried to do an advent of code, but I never completed one, so this year in order to ty to complete it, I will only do the first part of each challenge in hope it wil not take too much time.

Each puzzle is contained in one file, by example for the day 1, you can just run

java src/main/java/AdventOfCode01.java

Each code will be published the day after.

Enjoy