Monty Hall problem: Difference between revisions

Content added Content deleted
(→‎{{header|Go}}: library path update)
Line 941: Line 941:
import (
import (
"fmt"
"fmt"
"rand"
"math/rand"
)
)