diff options
Diffstat (limited to 'exercises/if')
| -rw-r--r-- | exercises/if/if1.rs | 1 | ||||
| -rw-r--r-- | exercises/if/if2.rs | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/exercises/if/if1.rs b/exercises/if/if1.rs index 587e03f..d8108a0 100644 --- a/exercises/if/if1.rs +++ b/exercises/if/if1.rs @@ -1,4 +1,5 @@ // if1.rs +// // Execute `rustlings hint if1` or use the `hint` watch subcommand for a hint. // I AM NOT DONE diff --git a/exercises/if/if2.rs b/exercises/if/if2.rs index effddbb..f512f13 100644 --- a/exercises/if/if2.rs +++ b/exercises/if/if2.rs @@ -1,7 +1,8 @@ // if2.rs - +// // Step 1: Make me compile! // Step 2: Get the bar_for_fuzz and default_to_baz tests passing! +// // Execute `rustlings hint if2` or use the `hint` watch subcommand for a hint. // I AM NOT DONE |
