/advent-of-code

My Advent of Code solutions. https://adventofcode.com/

Primary LanguageKotlinMIT LicenseMIT

Advent of Code

My Advent of Code solutions.

  • 2020 using Rust
    • Input files should look like 2020/src/day01.input.
  • 2021 using Kotlin
    • Input files should look like 2021/src/main/resources/day1.txt.
  • 2022 using C++
    • Input files should look like 2022/inputs/day01.input or 2022/inputs/day01.example.
  • 2023 using C#
    • Input files should look like 2023/inputs/day01.in.