Skip to content

BorisWauters/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 

Repository files navigation

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