Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 353 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 353 Bytes

Kotlin katas

This repo contains my solutions for some Kotlin katas submitted in Codewars.

Prerequisites

I use Apache Maven to build and run this project.

Build

mvn compile

Run tests

mvn test