/advent-of-code-2024

The answers of the first puzzles on the advent of code in Java

Primary LanguageJavaMIT LicenseMIT

advent-of-code-2024

Let's try to do the advent of code 2024 in Java 23 (with '--enable-preview')

Like last year, i will only do the first part of each challenge in hope it wil not take too much time. Unike last year, i will try to write the solution in "Beautiful Java" and a code golfing solution :)

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