this is a simple golang program which creates a random number, then prompts the user for an integer input to guess that number. The input is compared to the secret random number to give hints to the actual number After 3 tries the program stops
- install golang if Mac use brew install go if Linux or Windows go to https://go.dev/doc/install
from terminal
go run main.gofrom terminal
go test