Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
fr
Same
I came here to post the same thing. Agreed.
Did you change the name of the solution function? Your solution should be named
find_odd
, did you change this?It gives this error:
error[E0432]: unresolved import
super::find_odd
--> src/lib.rs:25:9
|
25 | use super::find_odd;
| ^^^^^^^^^^^^^^^ no
find_odd
in the rootFor more information about this error, try
rustc --explain E0432
.error: could not compile
challenge
due to previous errorNOTE: Line numbers in error messages can be incorrect due to concatenation.
there is no way this is a level 6 question
you need god
same thing happend to me
This comment is hidden because it contains spoiler information about the solution