completed final 04 traits exercise

This commit is contained in:
2025-03-04 09:37:35 +05:30
parent 7e998862fa
commit 8d1342c831
2 changed files with 86 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 refine the `Ticket` type!"
}
#[cfg(test)]