Exemplo n.º 1
0
 public void Decompress()
 {
     int[] arr = new int[] { 1, 2, 3, 4 };
     ArrayProblem.Decompress(arr);
 }