I had the same request as Issue #3 and coded the new board with extra weekly input. - All seems to work with correct results. - I only tested the command line as I could not get the wasm-pack to work on my machine.
This is the first time writing rust code so I put in 2 TODOs in the solver/src/board.rs file for simplifications .
I had the same request as Issue #3 and coded the new board with extra weekly input. - All seems to work with correct results. - I only tested the command line as I could not get the wasm-pack to work on my machine. This is the first time writing rust code so I put in 2 TODOs in the
solver/src/board.rs
file for simplifications .