Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 172 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 172 Bytes

aoc-2021

Advent of Code 2021 in Kotlin

running solutions

# to run all solutions
./gradlew run

# to run a specific day (e.g. day 1)
./gradlew run --args 1