This project is a CLI. Its usecase is to search a word within a file. It takes input from the terminal. The way the command can be passed is
cargo run poem.txt <word you want to search>
- Clone the project
- Run the Program in an IDE using above command.