File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4
4
// rustlings run tests1
5
5
6
6
// This test has a problem with it -- make the test compile! Make the test
7
- // pass! Make the test fail! Execute `rustlings hint tests1` for hints :)
7
+ // pass! Make the test fail!
8
+ // Execute `rustlings hint tests1` or use the `hint` watch subcommand for a hint.
8
9
9
10
// I AM NOT DONE
10
11
Original file line number Diff line number Diff line change 1
1
// tests2.rs
2
2
// This test has a problem with it -- make the test compile! Make the test
3
- // pass! Make the test fail! Execute `rustlings hint tests2` for hints :)
3
+ // pass! Make the test fail!
4
+ // Execute `rustlings hint tests2` or use the `hint` watch subcommand for a hint.
4
5
5
6
// I AM NOT DONE
6
7
Original file line number Diff line number Diff line change 2
2
// This test isn't testing our function -- make it do that in such a way that
3
3
// the test passes. Then write a second test that tests whether we get the result
4
4
// we expect to get when we call `is_even(5)`.
5
- // Execute `rustlings hint tests3` for hints :)
5
+ // Execute `rustlings hint tests3` or use the `hint` watch subcommand for a hint.
6
6
7
7
// I AM NOT DONE
8
8
You can’t perform that action at this time.
0 commit comments