https://github.com/supersven/roman-numerals-haskell
A small code kata solution to train test driven development in Haskell.
https://github.com/supersven/roman-numerals-haskell
haskell kata roman-numerals tdd test-driven-development
Last synced: 8 days ago
JSON representation
A small code kata solution to train test driven development in Haskell.
- Host: GitHub
- URL: https://github.com/supersven/roman-numerals-haskell
- Owner: supersven
- License: bsd-3-clause
- Created: 2018-01-26T15:29:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-26T15:30:00.000Z (over 8 years ago)
- Last Synced: 2026-04-26T05:06:59.783Z (3 months ago)
- Topics: haskell, kata, roman-numerals, tdd, test-driven-development
- Language: Haskell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# roman-numerals-haskell
A small code kata solution to train test driven development in Haskell.