Function submit_exercise

Source
pub fn submit_exercise(
    client: &TestMyCodeClient,
    projects_dir: &Path,
    course_slug: &str,
    exercise_slug: &str,
    locale: Option<Language>,
) -> Result<NewSubmission, LangsError>
Expand description

Submits the exercise to the server