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
- Host: GitHub
- URL: https://github.com/andimiller/adventofcode-2020-scala3
- Owner: andimiller
- License: mit
- Created: 2020-12-08T01:18:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-18T22:46:01.000Z (over 4 years ago)
- Last Synced: 2025-01-18T20:59:07.369Z (4 months ago)
- Language: Scala
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).