public static void Main(string[] args)
        {
            var test = new Tests();

            test.Math();
        }
Esempio n. 2
0
 public void SetUp()
 {
     var(sorted, _) = new Tests().CreateArrays(6);
     Array          = sorted;
     Random         = new Random();
 }