change numer

This commit is contained in:
2025-04-28 15:16:55 +02:00
parent d87e6dbdac
commit c65e6ac140

View File

@@ -50,7 +50,7 @@ Console.WriteLine(genList2.GetValue(1));
var rand = new Random();
List<int> list = new();
for (int i = 0; i < 100; i++)
for (int i = 0; i < 1000; i++)
{
list.Add(rand.Next(101));
}