sudoco / nl.entreco.sudoco.shared.printers / NoOpsPrinter

NoOpsPrinter

class NoOpsPrinter : Printer

Prints empty string, usefull for measuring performance, to exclude printing

Constructors

<init>

Prints empty string, usefull for measuring performance, to exclude printing

NoOpsPrinter()

Functions

print

Print a Sudoku to the console

fun print(sudoco: Sudoco): String

solution

Print the solution of solving a Sudoku

fun solution(status: Status, duration: String, board: Sudoco): Unit