Neither cargo solve nor cargo all currently validate a puzzle’s answer after submission.
It’s common to refactor or optimize the solution's code after an answer has been submitted, and it’s helpful to ensure that these changes don’t accidentally alter the result.
This could be automated by re-downloading the puzzle description after submission and checking the “Your puzzle answer was: xxx” line to confirm the answer remains unchanged.
Neither
cargo solvenorcargo allcurrently validate a puzzle’s answer after submission.It’s common to refactor or optimize the solution's code after an answer has been submitted, and it’s helpful to ensure that these changes don’t accidentally alter the result.
This could be automated by re-downloading the puzzle description after submission and checking the “Your puzzle answer was: xxx” line to confirm the answer remains unchanged.