# Mini-Grep

Usage🕹️

  1. Windows: bash minigrep.exe <query> <filename>
  2. Linux: bash minigrep.pdb <query> <filename> if u want to search without case sensative use virtual variable "CASE_INSENSITIVE=1"

Build🛠️

bash cargo build

Tests

bash cargo test