Often, we continue to work on the code even after solving the puzzles to make the code faster or prettier. This could as a side effect then produce the correct result for the samples, but the incorrect result for the actual input.
Thus would be nice if we could in run under the solution also have a expected item, and then having run not only check the tests but also the actual input.
Often, we continue to work on the code even after solving the puzzles to make the code faster or prettier. This could as a side effect then produce the correct result for the samples, but the incorrect result for the actual input.
Thus would be nice if we could in
rununder thesolutionalso have aexpecteditem, and then havingrunnot only check the tests but also the actual input.