2022-10-14 14:48:49 +02:00
|
|
|
# TDT4165 2022 - Scala Project
|
|
|
|
|
2022-12-09 20:14:41 +01:00
|
|
|
Homework project for the 2022 [TDT4165 - Programming Languages][tdt4165] course at NTNU.
|
|
|
|
|
2022-10-14 14:48:49 +02:00
|
|
|
## Delivery 1
|
|
|
|
|
2022-10-17 18:39:19 +02:00
|
|
|
To run a part of either task 1 or task 2, use the following commands.
|
2022-10-14 14:48:49 +02:00
|
|
|
|
|
|
|
```console
|
|
|
|
$ cd tasks
|
2022-10-17 18:39:19 +02:00
|
|
|
$ sbt run
|
2022-10-14 14:48:49 +02:00
|
|
|
```
|
|
|
|
|
2022-10-17 18:39:19 +02:00
|
|
|
You will then be asked to choose which main method you want to run.
|
2022-10-14 14:48:49 +02:00
|
|
|
|
2022-10-17 18:39:19 +02:00
|
|
|
## Delivery 2
|
2022-10-14 14:48:49 +02:00
|
|
|
|
2022-10-17 18:39:19 +02:00
|
|
|
To run the project, use the following commands
|
2022-10-14 14:48:49 +02:00
|
|
|
|
|
|
|
```console
|
|
|
|
$ cd project_tasks
|
|
|
|
$ sbt run
|
2022-12-09 20:14:41 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
[tdt4165]: https://www.ntnu.edu/studies/courses/TDT4165
|