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