From 34c14091ec26c15f33496bf16078bfa32c50b0cc Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 14 Oct 2022 14:48:49 +0200 Subject: [PATCH] Add readme --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8f308f0 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# TDT4165 2022 - Scala Project + +## Delivery 1 + +In order to run this part of the project, you will only need to use the scala REPL. + +It gets installed with the language, which you can find [here][scala]. + +```console +$ cd tasks +$ scala task1.scala +$ scala task2.scala +``` + +## Delivery 2 + +In order to run this part of the project, you will need the scala build tool (sbt). + +It gets installed with the language, which you can find [here][scala]. + +```console +$ cd project_tasks +$ sbt run +``` + +[scala]: https://www.scala-lang.org/download/