예제 #1
0
 public static string[] TestDartsSolver(int[] sections, int darts, int target)
 {
     return(Darts.DartsSolver(sections, darts, target));
 }