Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 367 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 367 Bytes

advent-of-code-2023

My Progress on Advent of Code 2023

Executing

From the root of each day/language, you can execute a command to run the project.

Rust

From the root of the rust projects, that is the /day-<num>/rust/ folder, execute cargo run

Java

From the root of the java projects, that is the /day-<num>/java/ folder, execute mvn exec:java