doing the advent of code 2023
Create your main file and copy paste the part of the day you want to have. everyday could be build up of 1 or 2 part, if there is only 1 part there are comments telling you how to make the other.
the reader file is included in every code so make sure to put that in first at the same level as your main file and call it "Reader"
remove the pakage org.thehuglio from the top of the file and put the directory of your file (default is: "org.example").