fix bug
This commit is contained in:
parent
aaf83ceea6
commit
721ae0d455
@ -2,7 +2,7 @@
|
|||||||
using Lab1;
|
using Lab1;
|
||||||
|
|
||||||
var rand = new Random();
|
var rand = new Random();
|
||||||
var value = rand.Next(1, 100);
|
var value = rand.Next(1, 101);
|
||||||
|
|
||||||
int guess;
|
int guess;
|
||||||
int trials = 0;
|
int trials = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user