No known key found for this signature in database
GPG Key ID: 1E666F326A121830
1 changed files with
10 additions and
1 deletions
-
Readme.md
|
|
@@ -4,4 +4,13 @@ |
|
|
|
|
|
|
|
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](https://en.wikipedia.org/wiki/Monty_Hall_problem). |
|
|
|
|
|
|
|
In time more examples will be added in the repo. |
|
|
|
In time more examples will be added in the repo. |
|
|
|
|
|
|
|
## Run |
|
|
|
|
|
|
|
To run the monty hall simulation just make sure you have go properly installed and then |
|
|
|
|
|
|
|
```shell |
|
|
|
go build montyhall.go; ./montyhall |
|
|
|
``` |
|
|
|
|