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 d3ebc3d commit 979bf7bCopy full SHA for 979bf7b
exercises/03_ticket_v1/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 start modelling a software ticket!"
4
}
5
6
#[cfg(test)]
0 commit comments