Created
October 21, 2018 20:15
-
-
Save KKostya/1bdfff63b575be10ef6546050f2b6532 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
let prize = 1000000.0 | |
type door = | |
| DoorA | |
| DoorB | |
| DoorC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment