Skip to content

Commit 979bf7b

Browse files
committed
03_ticket_v1/00_intro
1 parent d3ebc3d commit 979bf7b

File tree

1 file changed

+1
-1
lines changed
  • exercises/03_ticket_v1/00_intro/src

1 file changed

+1
-1
lines changed

exercises/03_ticket_v1/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 start modelling a software ticket!"
44
}
55

66
#[cfg(test)]

0 commit comments

Comments
 (0)