Skip to content

Commit 6045ea2

Browse files
Add LLM suggestions
1 parent a210401 commit 6045ea2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

stage_descriptions/multiple-matches-01-cj0.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ $ echo -ne "I have one cow" | grep -o -E 'cow'
1111
cow
1212
```
1313

14+
### Tests
15+
1416
The tester will execute your program like this:
1517

1618
```bash
17-
$ echo -n "The king had 7 daughters" | ./your_program.sh -E "\d"
19+
$ echo -n "The king had 7 daughters" | ./your_program.sh -o -E "\d"
1820
7
1921
```
2022

stage_descriptions/multiple-matches-02-ss2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ $ echo -n "The king had 10 children" | grep -o -P '\d\d'
1717
```
1818

1919
### Tests
20+
2021
The tester will execute your program like this:
2122

2223
```bash

0 commit comments

Comments
 (0)