Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exercises/grep/metadata.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title = "Grep"
blurb = "Search a file for lines matching a regular expression pattern. Return the line number and contents of each matching line."
blurb = "Search a file for lines matching a regular expression pattern."
source = "Conversation with Nate Foster."
source_url = "https://www.cs.cornell.edu/courses/cs3110/2014sp/hw/0/ps0.pdf"
Loading