# Mini-Grep --- ## Usage🕹️ 1. Windows: ```bash minigrep.exe ``` 1. Linux: ```bash minigrep.pdb ``` if u want to search without case sensative use virtual variable "CASE_INSENSITIVE=1" ## Build🛠️ ```bash cargo build ``` ## Tests ```bash cargo test ```