|
1 year ago | |
---|---|---|
hall | 1 year ago | |
Readme.md | 1 year ago | |
go.mod | 1 year ago | |
montyhall.go | 1 year ago |
This is a repository to serve as kindergarten for golang applications. As of now this is almost empty. Only a small simulation of Monty Hall Problem.
In time more examples will be added in the repo.
To run the monty hall simulation just make sure you have go properly installed and then
go build montyhall.go; ./montyhall