msvana / aoc-2023

My solutions to Advent of Code 2023. This time in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AoC 2023 Solutions

This year I wanted to refresh my Java skills. Each individual day can be ran with Maven:

$ mvn exec:java -Dexec.mainClass="me.svana.aoc.Day{n}"

About

My solutions to Advent of Code 2023. This time in Java


Languages

Language:Java 100.0%