You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the random number should not be effected by the users entry. In the example passing in one will always result in you winning since Intn is limited to the guess.
The range for the random number should be a constant
The text was updated successfully, but these errors were encountered:
https://github.com/inancgumus/learngo/blob/e366d1a364eba61a08f84a17ef6dbf60818aa144/13-loops/exercises/08-lucky-number-exercises/01-first-turn-winner/solution/main.go#L54C17-L54C17
the random number should not be effected by the users entry. In the example passing in one will always result in you winning since Intn is limited to the guess.
The range for the random number should be a constant
The text was updated successfully, but these errors were encountered: