Autumn 2022 | Scala project for programming language course https://github.com/h7x4/TDT4165-2022-Scala-Project
Go to file
h7x4 ca50c6a565
Final commit before archiving
2022-12-09 20:14:41 +01:00
project_tasks alt ferdig 2022-11-18 14:31:09 +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
LICENSE Final commit before archiving 2022-12-09 20:14:41 +01:00
README.md Final commit before archiving 2022-12-09 20:14:41 +01: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

Homework project for the 2022 TDT4165 - Programming Languages course at NTNU.

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