In the following path ./src/main/resources/inputs
, add your inputs in your favourite UTF-8 format (I recommend .txt)
with the name dayx.txt
, where x
is a day from 1 to 25:
├───src
│ ├───main
│ │ ├───resources
│ │ │ ├───inputs <---- right here
│ │ │ └───outputs
Then just run the Main.scala file and the solutions should appear both in the console and in the output folder from above.
Things to do:
- Automatically retrieve the inputs from the Advent of Code page.
- Do all the exercises this time, not like last year 🙄.