Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 248 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 248 Bytes

Coding Katas

An attempt at completing the some problems using TDD.

Information

This project uses:

  • Scala 2.11.8
  • SBT 0.13.11
  • ScalaTest 2.2.6

Compile instructions

sbt clean compile

Test instructions

sbt clean test