Skip to content

Commit 57e627f

Browse files
committed
Synced Grep exercise to problem specs.
1 parent 223044e commit 57e627f

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Introduction
2+
3+
You have taken a job at a local library helping organize their collection of old books.
4+
The student patrons are often hunting for half-remembered quotes to cite in their term papers.
5+
Rather than manually read every book from cover to cover, you decide to build a small tool to scan them, looking for these partial quotes.

exercises/practice/grep/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
".meta/example.py"
2626
]
2727
},
28-
"blurb": "Search a file for lines matching a regular expression pattern. Return the line number and contents of each matching line.",
28+
"blurb": "Search a file for lines matching a regular expression pattern.",
2929
"source": "Conversation with Nate Foster.",
3030
"source_url": "https://www.cs.cornell.edu/courses/cs3110/2014sp/hw/0/ps0.pdf"
3131
}

0 commit comments

Comments
 (0)