Justin

Results 1 issues of Justin

Failing on simple example. Any help? Outputs 0,1,2 and 0, 1, 3 ``` List triangules = new List(); int numPoints = 4; //var points = new Point2d[numPoints]; //GetPoints(points, points.Length); var...