damianw / AdventOfKotlin2021

Another year, another failure to finish every day of the AoC calendar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AdventOfKotlin2021

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

I've been copying and pasting this project template for like, the last five years. Could be better but I don't really think it's worth spending too much time on.

My solutions for previous years can be found here:

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

Running

$ ./gradlew run

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

$ ./gradlew run --args="--help"
Usage: AdventOfKotlin2021 [options]
  Options:
    --days, -d
       Days of the advent calendar to solve
    --help, -h
       Prints usage information
       Default: false
$ ./gradlew run --args="--days 1"

About

Another year, another failure to finish every day of the AoC calendar


Languages

Language:Kotlin 100.0%