complete 02/[0,1,2]

This commit is contained in:
2025-02-19 15:50:18 +05:30
parent b9cb4c290a
commit 57475122a9
3 changed files with 3 additions and 3 deletions

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)]