Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 338 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 338 Bytes

greprs

Reading The Rust Programming Language. It has a project in which you recreate a simple version of grep. I simply added in highlighting of the string that it matches to. Also, the line number is printed as well.

Usage

  • cargo run How poem.txt
  • cargo run ";" src/lib.rs