Skip to content

stefanschoeberl/advent-of-code-2023

Repository files navigation

Advent of Code 2023

... implemented in Kotlin

Find puzzles here

Download input files

  1. Create file SESSION.txt
  2. Save session cookie value from adventofcode.com to SESSION.txt
  3. Download files
# Download input for a single day
$ ./downloadInputOfDay 1
$ ./downloadInputOfDay 2
...

# Download all inputs up to day, e.g. all inputs from day 1 to day 5
$ ./downloadAllInputsUntil 5

Run solutions

$ ./gradlew day01
$ ./gradlew day02
...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published