pub fn download_exercise_solution(
client: &TestMyCodeClient,
exercise_id: u32,
target: &mut dyn Write,
) -> Result<(), TestMyCodeClientError>Expand description
get /api/v8/core/exercises/{exercise_id}/solution/download Download the solution for an exercise as a zip file