We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed181d commit a068be3Copy full SHA for a068be3
exercises/02_basic_calculator/00_intro/src/lib.rs
@@ -1,6 +1,6 @@
1
fn intro() -> &'static str {
2
// TODO: fix me 👇
3
- "I'm ready to __!"
+ "I'm ready to build a calculator in Rust!"
4
}
5
6
#[cfg(test)]
0 commit comments