An open API service indexing awesome lists of open source software.

https://github.com/borisskert/kotlin-katas

This repo contains my solutions for some Kotlin katas submitted in Codewars.
https://github.com/borisskert/kotlin-katas

codewars codewars-kata codewars-katas codewars-kotlin codewars-solutions kata kata-solutions katas kotlin

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Kotlin katas

![](https://www.codewars.com/users/besterboris/badges/micro)

This repo contains my solutions for some Kotlin katas submitted in [Codewars](https://www.codewars.com).

### Prerequisites

I use [Apache Maven](https://maven.apache.org/) to build and run this project.

## Build

```bash
mvn compile
```

## Run tests

```bash
mvn test
```