(use-modules (sudoku solver) (sudoku utils) (sudoku init)) (define (main) (display-board (solver (initial-board))))