forax / advent-of-code-2023

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Java 100.0%