Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 603 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 603 Bytes

Kata Seeds: Clojure

Build Status

Getting Started

Clone this repo with git:

git clone https://github.com/kata-seeds/clojure-seed.git
cd clojure-seed

Install dependencies and run your tests with make:

make

You should eventually see 1 test ran and 0 failures. If make doesn't work for you, please open an issue.

Now you can start your kata! May we suggest the Game of Life?