feat(intro): Add intro section.

This commit is contained in:
apogeeoak
2021-04-24 13:15:34 -04:00
parent 6b6dc9dd48
commit 21c9f44168
5 changed files with 54 additions and 6 deletions

View File

@@ -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]]