solution to exercise 03_00

This commit is contained in:
David Doblas Jiménez 2024-06-19 14:41:41 +02:00
parent dfcb9736b2
commit 1d876eff10

View File

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