/aoc2020

Advent of Code 2020

Primary LanguageKotlin

Advent of Code 2020

Solutions of Advent of Code 2020 written in Kotlin.

Run

There is a dedicated gradle task for every day. These tasks assume that the input is stored in input/day01.txt.

./gradlew day01

It is also possible to provide a path as an argument.

./gradlew day01 --input=$path_to_input_file