feat: completed solutions
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// TODO: Fix the compiler error without changing the function signature.
|
||||
fn current_favorite_color() -> String {
|
||||
fn current_favorite_color() -> &'static str {
|
||||
"blue"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user