Function format_line

Source
pub fn format_line(board: &[[u8; 9]; 9]) -> 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 (.).