adventOfCode_2023/java
MiguelMLorente c4d41f6643 Day 9 implementation in Java 2023-12-10 12:23:03 +01:00
..
src/main/java Day 9 implementation in Java 2023-12-10 12:23:03 +01:00
README.md Day 1 implementation in Java - bugfix 2023-12-02 12:22:00 +01:00
pom.xml Day 1 implementation in Java 2023-12-01 23:53:57 +01:00

README.md

How to run?

You need to have your JDK installed. I'll be using JDK-23.

Run from IDE directly, as JAR files have not yet been created.

Different problems are in different folders. Generally a variable contains the value that controlls whether the first sub-problem is executed or the second.