solution to exercise 02_00

This commit is contained in:
David Doblas Jiménez 2024-06-13 16:33:07 +02:00
parent 4d12facc2f
commit bb27bfad41

View File

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