Add Two Bucket exercise

Added a new Haskell practice exercise Two Bucket based on the available problem specification.

2 Likes

In package.yaml in lines 21-22 tabs should be added otherwise there is an invalid dependency error:

20    dependencies:
21    - two-bucket
22    - hspec

Thanks! Would you mind creating a PR?

Sure, here it is:

1 Like