summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dev/init.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dev/init.rs b/src/dev/init.rs
index 73c2c20..7dd3a3e 100644
--- a/src/dev/init.rs
+++ b/src/dev/init.rs
@@ -71,6 +71,11 @@ name = "???"
# Otherwise, the path is `exercises/NAME.rs`
# dir = "???"
+# The mode to run the exercise in.
+# The mode "test" (preferred) runs the exercise's tests.
+# The mode "run" only checks if the exercise compiles and runs it.
+mode = "test"
+
# A mutli-line hint to be shown to users on request.
hint = """???"""
"#;