This is an exercise to find the longest word in a given sentence.
- Clone the repository with git.
- Open IntelliJ IDE and select Import Project.
- Browse to the project home directory.
- Select SBT in the next step and complete import.
brew install scala
brew install sbt
- The driver of this exercise is in
src/main/scala/com.mc.exercise/Sentences.scala
- Right click in the class and Run.
- Enter the sentence you want to test and hit ENTER.
Following test coverage is provided.
None
None
None
- Scala - 2.12.2
- SBT - 0.13.17
Ahmed Farooq