Should the remove_annotations_in_row in minesweeper test file use as_bytes() instead of chars() for the performance?

This is noted in the exercise, wondering if it is good to use as_bytes here.

This post relates to this PR, I will likely merge it.