Autumn 2022 | Scala project for programming language course
 
 
Go to file
Oystein Kristoffer Tveit 9c93da087d
Solve task 1.2 (maybe?)
2022-11-11 16:42:06 +01:00
project_tasks Solve task 1.2 (maybe?) 2022-11-11 16:42:06 +01: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 Update README 2022-10-17 18:39:19 +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

To run a part of either task 1 or task 2, use the following commands.

$ cd tasks
$ sbt run

You will then be asked to choose which main method you want to run.

Delivery 2

To run the project, use the following commands

$ cd project_tasks
$ sbt run