26 lines
478 B
Markdown
26 lines
478 B
Markdown
# TDT4165 2022 - Scala Project
|
|
|
|
Homework project for the 2022 [TDT4165 - Programming Languages][tdt4165] course at NTNU.
|
|
|
|
## Delivery 1
|
|
|
|
To run a part of either task 1 or task 2, use the following commands.
|
|
|
|
```console
|
|
$ 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
|
|
|
|
```console
|
|
$ cd project_tasks
|
|
$ sbt run
|
|
```
|
|
|
|
[tdt4165]: https://www.ntnu.edu/studies/courses/TDT4165
|