Local runner for GitHub autograder
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Support for no input

Ben C 90cde162 95c02a63

+1
+1
src/grader.rs
··· 22 22 pub name: String, 23 23 pub setup: String, 24 24 pub run: String, 25 + #[serde(default)] 25 26 pub input: String, 26 27 pub output: String, 27 28 pub comparison: ComparisonType,