This commit is contained in:
Marcin Badurowicz 2024-10-11 13:09:40 +02:00
parent aaf83ceea6
commit 721ae0d455

View File

@ -2,7 +2,7 @@
using Lab1;
var rand = new Random();
var value = rand.Next(1, 100);
var value = rand.Next(1, 101);
int guess;
int trials = 0;