Autumn 2022 | Scala project for programming language course
 
 
Go to file
Oystein Kristoffer Tveit c9e7aad358
Solve (?) task 2
2022-10-17 18:37:32 +02:00
project_tasks Fix directory structure according to assignment 2022-10-14 13:45:07 +02:00
tasks Solve (?) task 2 2022-10-17 18:37:32 +02:00
.gitignore added gitignore 2022-10-14 13:32:01 +02:00
README.md Add readme 2022-10-14 14:48:49 +02:00
assignment.pdf Add assignment pdf 2022-10-14 13:14:56 +02:00
flake.lock Add nix stuff 2022-10-14 15:11:27 +02:00
flake.nix Add nix stuff 2022-10-14 15:11:27 +02:00
shell.nix Add nix stuff 2022-10-14 15:11:27 +02:00

README.md

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.

$ 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.

$ cd project_tasks
$ sbt run