- Hello, this is my Kotlin project for the yearly Advent of Code challenges.
- You can clone this repository yourself. To run the code, you have to follow the .env tutorial.
- Every solution can be run on its own, or you can run the exporters in com.nami.aoc.export.
- Solutions (com.nami.aoc.task.solution)
- Export (com.nami.aoc.export)
- Results / Verification (export)
To Allow the program to automatically fetch input and solutions, follow these steps:
- Grab your SESSION cookie from Advent of Code (I use the Cookie-Editor by cgagnier addon for Firefox)
- Rename or copy the .env.template file to '.env'
- Insert the extracted SESSION string into the new .env file
- Solve every single Puzzle
- A -> 5€
- B -> 10€