pub async fn read_solution(path: PathBuf) -> Result<Solution>
Read and deserialize a solution from a file.
Calls check_path_json via call to read_bytes.
check_path_json
read_bytes