jsvcycling / advent-of-code-2021-scala

Advent of Code 2021 solutions in Scala (2.7)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2021 (in Scala)

My solutions to Advent of Code 2021, but written in Scala this time!

I'm learning Scala as I go so some of the solutions may be sub-optimal.

Running

To run a challenge, execute the associated sbt task:

$ sbt runDay1

License

This repository is licensed under the Unlicense (public domain). Please review LICENSE for details.

About

Advent of Code 2021 solutions in Scala (2.7)

License:The Unlicense


Languages

Language:Scala 100.0%