Skip to content

Instantly share code, notes, and snippets.

@brettrowberry
Created December 3, 2020 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brettrowberry/0c2658e6592961fea67648482c72b532 to your computer and use it in GitHub Desktop.
Save brettrowberry/0c2658e6592961fea67648482c72b532 to your computer and use it in GitHub Desktop.
type Faucet =
| Hot
| Cold
[<EntryPoint>]
let main _ =
let myFaucet = Cold
match myFaucet with
| Cold -> 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment