class NoOpsPrinter : Printer
Prints empty string, usefull for measuring performance, to exclude printing
<init> |
Prints empty string, usefull for measuring performance, to exclude printing NoOpsPrinter() |
|
|
Print a Sudoku to the console fun print(: Sudoco): String |
solution |
Print the solution of solving a Sudoku fun solution(: Status, : String, : Sudoco): Unit |