Skip to content

Commit

Permalink
Cooler example string
Browse files Browse the repository at this point in the history
  • Loading branch information
sinasab committed Feb 11, 2024
1 parent 2d8f0f3 commit 3e00649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/regex/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fn main() {
let mut stdin = CurtaStdin::new();

let pattern = "a+".to_string();
let target_string = "bottle".to_string();
let target_string = "an era of truth, not trust".to_string();

// Write in a simple regex pattern.
stdin.write(&pattern);
Expand Down

0 comments on commit 3e00649

Please sign in to comment.