Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 968 Bytes

README.MD

File metadata and controls

36 lines (23 loc) · 968 Bytes

FP Foundation Logo

Getting Started

1. Clone the project

git clone [email protected]:fp-tower/foundations-training.git
// or
git clone https://github.com/fp-tower/foundations-training.git

2. Run the tests

sbt test

If you don't have sbt, you can find instructions here.

3. Open your favorite IDE

Open the file exercises/valfunction/ValueFunctionExercises.scala and check your Scala plugin is working.

SBT 101

Start the sbt shell in your terminal by running sbt.

Actions Command to run inside sbt shell
Compile exercises/compile
Run tests exercises/test
Run test files exercises/testOnly *ValueFunctionEx*
Run specific tests exercises/testOnly *ValueFunctionEx* -- -z "selectDigits"