|
4 månader sedan | |
---|---|---|
hall | 4 månader sedan | |
Readme.md | 4 månader sedan | |
go.mod | 4 månader sedan | |
montyhall.go | 4 månader sedan |
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