Skip to content

Commit a068be3

Browse files
committed
02_basic_calculator/00_intro
1 parent bed181d commit a068be3

File tree

1 file changed

+1
-1
lines changed
  • exercises/02_basic_calculator/00_intro/src

1 file changed

+1
-1
lines changed

exercises/02_basic_calculator/00_intro/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
fn intro() -> &'static str {
22
// TODO: fix me 👇
3-
"I'm ready to __!"
3+
"I'm ready to build a calculator in Rust!"
44
}
55

66
#[cfg(test)]

0 commit comments

Comments
 (0)