Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 408 Bytes

SETUP.md

File metadata and controls

9 lines (6 loc) · 408 Bytes

The Scala exercises assume an SBT project scheme. The exercise solution source should be placed within the exercise directory/src/main/scala. The exercise unit tests can be found within the exercise directory/src/test/scala.

To run the tests simply run the command sbt test in the exercise directory.

For more detailed info about the Scala track see the help page.