Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 365 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 365 Bytes

Advent of Code 2021 in Scala 3

This is a modest attempt at solving the Advent of Code 2021 in Scala 3, to get a better feel of the newer language features and the current state of tooling support.

This also allows me to explore interesting approaches using Cats and other libraries, whether purely functional or not.

Setup requirements

Java: 11+

Gradle