Skip to content

Instantly share code, notes, and snippets.

@CoditCompany
Created August 25, 2017 11:02
Show Gist options
  • Select an option

  • Save CoditCompany/0d8773db1bb08169e8b6defc2a3ddb7d to your computer and use it in GitHub Desktop.

Select an option

Save CoditCompany/0d8773db1bb08169e8b6defc2a3ddb7d to your computer and use it in GitHub Desktop.
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