Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 250 Bytes

Readme.md

File metadata and controls

11 lines (8 loc) · 250 Bytes

Guess Number Kata

This project proposes the guess number kata. The whole point is to start from a messy code and refactor it the best we can.

IO-monad

This implementation uses a very basic IO monad to handle effects.

ZIO

TODO