summaryrefslogtreecommitdiff
path: root/info.toml
diff options
context:
space:
mode:
authorapogeeoak <59737221+apogeeoak@users.noreply.github.com>2021-04-24 13:15:34 -0400
committerapogeeoak <59737221+apogeeoak@users.noreply.github.com>2021-04-24 13:15:34 -0400
commit21c9f44168394e08338fd470b5f49b1fd235986f (patch)
tree922b1c5a1cb7a8842d50398f8a26d38c31d12e86 /info.toml
parent6b6dc9dd48ed0f97be02263ee45267af361fd029 (diff)
feat(intro): Add intro section.
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/info.toml b/info.toml
index 82e1195..c56b19f 100644
--- a/info.toml
+++ b/info.toml
@@ -1,3 +1,19 @@
+# INTRO
+
+[[exercises]]
+name = "intro1"
+path = "exercises/intro/intro1.rs"
+mode = "compile"
+hint = """
+Remove the I AM NOT DONE comment to move on to the next exercise."""
+
+[[exercises]]
+name = "intro2"
+path = "exercises/intro/intro2.rs"
+mode = "compile"
+hint = """
+Add an argument after the format string."""
+
# VARIABLES
[[exercises]]