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.
Oh yeah, I changed the name of the function, it was not find_odd()
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.