diff options
| author | apogeeoak <59737221+apogeeoak@users.noreply.github.com> | 2021-04-24 13:15:34 -0400 |
|---|---|---|
| committer | apogeeoak <59737221+apogeeoak@users.noreply.github.com> | 2021-04-24 13:15:34 -0400 |
| commit | 21c9f44168394e08338fd470b5f49b1fd235986f (patch) | |
| tree | 922b1c5a1cb7a8842d50398f8a26d38c31d12e86 /info.toml | |
| parent | 6b6dc9dd48ed0f97be02263ee45267af361fd029 (diff) | |
feat(intro): Add intro section.
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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]] |
