Exemplo n.º 1
0
 public void Random()
 {
     string[] ops = CubeOperations.GetRandomOps(10);
     foreach (string op in ops)
     {
         Rotate(op);
     }
 }