Skip to main content

format_line

Function format_line 

Source
pub fn format_line(board: &Board) -> String
Expand description

Formats the Sudoku board into a single line string representation.

This function converts the board into a single string where each number is represented by its digit, and empty cells are represented by a dot (.).