My Progress on Advent of Code 2023
From the root of each day/language, you can execute a command to run the project.
From the root of the rust projects, that is the /day-<num>/rust/
folder, execute cargo run
From the root of the java projects, that is the /day-<num>/java/
folder, execute mvn exec:java