You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: monty_hall/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Monty-Hall simulator
1
+
# MontyHall simulator
2
2
This program is a simple simulation of the [Monty Hall problem](https://en.wikipedia.org/wiki/Monty_Hall_problem).
3
3
4
4
## Usage
@@ -9,4 +9,4 @@ where the meaning of the parameters are the following:
9
9
-`switch_choice`: either `t` (true) or `f` (false) to determine whether the user switches his choice or not.
10
10
11
11
## Motivation
12
-
This is my first Rust application which is more complex than the [Guessing game](https://doc.rust-lang.org/book/ch02-00-guessing-game-tutorial.html) in the Rust tutorial. I just heard about the Monty-Hall problem and I really would like to try out, so I created this little program to simulate millions of games in a few seconds.
12
+
This is my first Rust application which is more complex than the [Guessing game](https://doc.rust-lang.org/book/ch02-00-guessing-game-tutorial.html) in the Rust tutorial. I just heard about the MontyHall problem and I really would like to try out, so I created this little program to simulate millions of games in a few seconds.
0 commit comments