From f2d1a2a954f6d850b57592001be2508a1f44716c Mon Sep 17 00:00:00 2001 From: oxe-i Date: Wed, 13 May 2026 19:48:57 +0000 Subject: [PATCH] add introduction --- exercises/practice/grep/.docs/introduction.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 exercises/practice/grep/.docs/introduction.md diff --git a/exercises/practice/grep/.docs/introduction.md b/exercises/practice/grep/.docs/introduction.md new file mode 100644 index 0000000..4041290 --- /dev/null +++ b/exercises/practice/grep/.docs/introduction.md @@ -0,0 +1,5 @@ +# Introduction + +You have taken a job at a local library helping organize their collection of old books. +The student patrons are often hunting for half-remembered quotes to cite in their term papers. +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.