An open API service indexing awesome lists of open source software.

https://github.com/andimiller/adventofcode-2020-scala3

advent of code 2020 done using scala 3 and cats
https://github.com/andimiller/adventofcode-2020-scala3

Last synced: 3 months ago
JSON representation

advent of code 2020 done using scala 3 and cats

Awesome Lists containing this project

README

        

## sbt project compiled with Dotty

### Usage

This is a normal sbt project, you can compile code with `sbt compile` and run it
with `sbt run`, `sbt console` will start a Dotty REPL.

For more information on the sbt-dotty plugin, see the
[dotty-example-project](https://github.com/lampepfl/dotty-example-project/blob/master/README.md).