1 2 3 4 5 6 7 8
use optimization_tools::*; use sudoku::*; fn main() { let board = Board::default(); println!( "{board}" ); }