Programming language for distributed systems & p2p
Go to file
2021-02-17 16:30:45 +03:00
project First experiments with Aqua HLL 2021-02-01 16:17:46 +03:00
src kad pseudocode 2021-02-17 16:30:45 +03:00
.gitignore First experiments with Aqua HLL 2021-02-01 16:17:46 +03:00
build.sbt kad pseudocode 2021-02-17 16:30:45 +03:00
README.md First experiments with Aqua HLL 2021-02-01 16:17:46 +03:00

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.