Skip to content

Commit 868bc46

Browse files
committed
01_intro/00_welcome
1 parent c437f75 commit 868bc46

File tree

1 file changed

+1
-1
lines changed
  • exercises/01_intro/00_welcome/src

1 file changed

+1
-1
lines changed

exercises/01_intro/00_welcome/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// You can also find solutions to all exercises in the `solutions` git branch.
1818
fn greeting() -> &'static str {
1919
// TODO: fix me 👇
20-
"I'm ready to __!"
20+
"I'm ready to learn Rust!"
2121
}
2222

2323
// Your solutions will be automatically verified by a set of tests.

0 commit comments

Comments
 (0)