We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967a9aa commit b445705Copy full SHA for b445705
1 file changed
exercises/tests/tests3.rs
@@ -1,9 +1,3 @@
1
-// tests3.rs
2
-// This test isn't testing our function -- make it do that in such a way that
3
-// the test passes. Then write a second test that tests whether we get the
4
-// result we expect to get when we call `is_even(5)`.
5
-// Execute `rustlings hint tests3` or use the `hint` watch subcommand for a
6
-// hint.
7
8
pub fn is_even(num: i32) -> bool {
9
num % 2 == 0
0 commit comments