()
| 380 | } |
| 381 | |
| 382 | public static String superFlip() { |
| 383 | return Util.toFaceCube(new CubieCube(0, 0, 0, 2047)); |
| 384 | } |
| 385 | |
| 386 | public static String randomEasyCross(int depth) { |
| 387 | int[][] e = Cross.easyCross(depth); |
nothing calls this directly
no test coverage detected