pub fn migrate_exercise(
tmc_config: TmcConfig,
course_slug: &str,
exercise_slug: &str,
exercise_id: u32,
exercise_checksum: &str,
exercise_path: &Path,
) -> Result<(), LangsError>Expand description
Migrates an exercise from a location that’s not managed by tmc-langs to the projects directory.