Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 600 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 600 Bytes

Advent of Code

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

Input

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
      • ...
    • ...

Java

In the first couple of editions I used java.

  • 2021
  • 2022
  • 2023

Kotlin

I wanted to learn Kotlin, so I decided to attempt the 2020 edition in Kotlin