https://github.com/borisskert/haskell-katas
This repo contains my solutions for some Haskell katas submitted in Codewars.
https://github.com/borisskert/haskell-katas
codewars codewars-katas codewars-solutions haskell haskell-kata haskell-learning
Last synced: 7 months ago
JSON representation
This repo contains my solutions for some Haskell katas submitted in Codewars.
- Host: GitHub
- URL: https://github.com/borisskert/haskell-katas
- Owner: borisskert
- License: bsd-3-clause
- Created: 2021-07-05T19:41:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T07:11:03.000Z (12 months ago)
- Last Synced: 2024-10-25T02:52:42.466Z (12 months ago)
- Topics: codewars, codewars-katas, codewars-solutions, haskell, haskell-kata, haskell-learning
- Language: Haskell
- Homepage:
- Size: 3.27 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# haskell-katas

This repo contains my solutions for some Haskell katas submitted in [Codewars](https://www.codewars.com).
## Build
```shell
stack build
```## Run tests
```shell
stack test
```