Repository for golang small applications
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
balhau@balhau.net b405714944
Refactor
1 year ago
hall Refactor 1 year ago
Readme.md Readme 1 year ago
go.mod Init commit 1 year ago
montyhall.go Init commit 1 year ago

Readme.md

Go Tinker

What?

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.

Run

To run the monty hall simulation just make sure you have go properly installed and then

 go build montyhall.go; ./montyhall