Skip to content

damianw/AdventOfKotlin2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages