Skip to content

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

Notifications You must be signed in to change notification settings

damianw/AdventOfKotlin2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages