summaryrefslogtreecommitdiff
path: root/info.toml
diff options
context:
space:
mode:
authordiannasoreil <mokou@fastmail.com>2022-02-04 15:26:15 +0100
committerGitHub <noreply@github.com>2022-02-04 15:26:15 +0100
commit4cde788d3380c0486e29e194441e6f94f5c0c552 (patch)
tree264751fc026ee3fb1cdd5a249212ae95d615d1b1 /info.toml
parent9838892cf30622f5737e4b01e58de7ebdeb20cf9 (diff)
parent9b8de65525a5576b78cf0c8e4098cdd34296338f (diff)
Merge pull request #733 from apogeeoak/intro
feat(intro): Proposal to add successfully compiling exercise as the first exercise.
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 0c03def..fbe0d53 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]]