Merge pull request #733 from apogeeoak/intro

feat(intro): Proposal to add successfully compiling exercise as the first exercise.
This commit is contained in:
diannasoreil
2022-02-04 15:26:15 +01:00
committed by GitHub
5 changed files with 58 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]]