Advent of Code 2021 solutions in java
Here will be all my solutions of advent of code 2021.
- a java compiler, like this one https://jdk.java.net/17, but I don't know the exact version required :/.
To run just cd
to the folder of the day you want to run
and execute the correct run script depending on your os.
For example, to run the solution to day one you would do the following
cd 01
.\run.bat
$ cd 01
$ ./run.sh