Created
August 25, 2017 11:02
-
-
Save CoditCompany/0d8773db1bb08169e8b6defc2a3ddb7d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| change | |
| |> List.map valueOfCoin | |
| |> List.sum | |
| |> (fun change -> remain + change) | |
| |> (fun actual -> expected = actual) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment