TDT4165-Scala-Project/README.md

21 lines
330 B
Markdown
Raw Normal View History

2022-10-14 14:48:49 +02:00
# TDT4165 2022 - Scala Project
## 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-10-17 18:39:19 +02:00
```