Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 333 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 333 Bytes

advent-of-code-2023

Advent of Code 2023 solutions!

All questions can be accessed here: https://adventofcode.com/2023

To run solutions for a given day, simply run the following command:

mvn exec:java -Dexec.mainClass="com.github.aoc2023.dogunyoye.DayXX"

where XX denotes the chosen day - Day01 for the 1st day and so on.