MCPcopy Index your code
hub / github.com/apache/groovy / print

Method print

benchmark/bench/meteor.java:128–132  ·  view source on GitHub ↗

Prints out the puzzle.

(String solution)

Source from the content-addressed store, hash-verified

126 */
127
128 private static void print (String solution)
129 { System.out.print(solution.replaceAll("(\\d{5})(\\d{5})","$1 $2")
130 .replaceAll("(\\d{5})","$1\n")
131 .replaceAll("(\\d)","$1 "));
132 }
133
134 // CONSTRUCTORS
135

Callers 9

mainMethod · 0.95
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
runMethod · 0.45
print_30_permutMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45

Calls 1

replaceAllMethod · 0.45

Tested by

no test coverage detected