mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 22:50:18 +00:00
Programming language for distributed systems & p2p
project | ||
src | ||
.gitignore | ||
.scalafmt.conf | ||
build.sbt | ||
README.md |
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.