damianw / AdventOfKotlin2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AdventOfKotlin2020

Solutions to the 2020 Advent Of Code problems, written in Kotlin.

My solutions for previous years can be found here:

Try not to take anything too seriously. It's all for fun, after all. :)

Building

$ ./gradlew clean assemble

A AdventOfKotlin2020 binary will be output to the build directory.

Running

Running the AdventOfKotlin2020 binary will run all the current solutions. You may optionally specify the days to run (comma separated, e.g. 1,2,3).

$ build/AdventOfKotlin2020 --help
Usage: AdventOfKotlin2020 [options]
  Options:
    --days, -d
       Days of the advent calendar to solve
    --help, -h
       Prints usage information
       Default: false

Enjoy?

About


Languages

Language:Kotlin 100.0%