A command line tool to search for provided pattern in files.
How to build:
cargo build --release
How to run:
cargo run -- <pattern> <file_path>