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

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

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

codewars codewars-solutions codewars-swift kata kata-solutions katas swift swift-5 swift-katas

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Swift katas

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

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

### Prerequisites

You need to use MacOS with XCode installed.

## Build

```bash
swift build
```

## Run tests

```bash
swift test
```