Role-based Programming with SCROLL - Task 1
Task and test files for MOST SCROLL task 1.
Edit and develop:
-
Install SBT (Scala Build Tool).
-
Clone this repository.
-
Set up your favorite IDE:
-
For Intellij: run
sbt gen-idea
and open the generated project with Intellij. -
For Eclipse: run
sbt eclipse
and import the generated project with Eclipse. -
Implement your solution in the
solution
package. -
Test it with
sbt test
or run the Main file withsbt run
.