progress(enums + strings): ___

This commit is contained in:
2026-07-26 01:22:48 +02:00
parent 3caf0b31ec
commit f0f6a72101
7 changed files with 33 additions and 11 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
// TODO: Fix the compiler error without changing the function signature.
fn current_favorite_color() -> String {
"blue"
"blue".to_string()
}
fn main() {