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.
- Host: GitHub
- URL: https://github.com/borisskert/swift-katas
- Owner: borisskert
- License: mit
- Created: 2022-05-10T13:26:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T05:45:41.000Z (over 1 year ago)
- Last Synced: 2024-05-28T15:50:11.840Z (over 1 year ago)
- Topics: codewars, codewars-solutions, codewars-swift, kata, kata-solutions, katas, swift, swift-5, swift-katas
- Language: Swift
- Homepage:
- Size: 139 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Swift katas

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