This is my attempt at the Advent of Code from the following years:
- 2020
- 2021
- 2022
- 2023
For more information about the Advent of Code visit: https://adventofcode.com
Create a directory input
in the repo root containing directories for each edition of aoc.
- /input
- test.txt
- /aoc2021
- day01.txt
- day02.txt
- ...
- /aoc2022
- day01.txt
- day02.txt
- ...
- ...
In the first couple of editions I used java.
- 2021
- 2022
- 2023
I wanted to learn Kotlin, so I decided to attempt the 2020 edition in Kotlin