Skip to content
Snippets Groups Projects
Select Git revision
  • 0053d0900b66d99142a6edd0b1d719f081a96d7e
  • master default
2 results

most-task-scroll-bank

user avatar
Max Leuthäuser authored
0053d090
History
Name Last commit Last update
project
src
.gitignore
README.md
build.sbt

Role-based Programming with SCROLL - Task 1

Task and test files for MOST SCROLL task 1.

Edit and develop:

  1. Install SBT (Scala Build Tool).

  2. Clone this repository.

  3. Set up your favorite IDE:

  4. For Intellij: run sbt gen-idea and open the generated project with Intellij.

  5. For Eclipse: run sbt eclipse and import the generated project with Eclipse.

  6. Implement your solution in the solution package.

  7. Test it with sbt test or run the Main file with sbt run.