aqua/README.md
2021-02-01 16:17:46 +03:00

10 lines
336 B
Markdown

## 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).