solution to exercise 04_01

This commit is contained in:
2024-07-01 16:15:42 +02:00
parent 4a4fc2ea0d
commit ebe07acd1e
2 changed files with 17 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
fn intro() -> &'static str {
// TODO: fix me 👇
"I'm ready to __!"
"I'm ready to learn about traits!"
}
#[cfg(test)]