aboutsummaryrefslogtreecommitdiffstats
path: root/info.toml
diff options
context:
space:
mode:
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/info.toml b/info.toml
new file mode 100644
index 0000000..c1956e4
--- /dev/null
+++ b/info.toml
@@ -0,0 +1,6 @@
+[[exercises]]
+name = "variables1"
+path = "exercises/variables/variables1.rs"
+mode = "compile"
+hint = """
+It is missing a symbol used to initialize values."""