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.
- Host: GitHub
- URL: https://github.com/borisskert/kotlin-katas
- Owner: borisskert
- License: mit
- Created: 2022-05-14T07:08:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T07:02:44.000Z (11 months ago)
- Last Synced: 2024-06-20T19:41:19.451Z (11 months ago)
- Topics: codewars, codewars-kata, codewars-katas, codewars-kotlin, codewars-solutions, kata, kata-solutions, katas, kotlin
- Language: Kotlin
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Kotlin katas

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
```