Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 418 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 418 Bytes

String Calculator Kata

TDD kata based on Roy Osherove String Calculator Kata which can be found here.

Details

I've been sitting on various implementations for a very long time and never got around to submit anything for general consumption. The Master branch contain solutions for step 1 - 9

Prerequisites

  • Java 1.7 or newer (project is compiling against 1.7)
  • Gradle