useminigrep_vbomfim::config;usestd::error::Error;/// Documentation for the minigrep application.
////// This application searches for a pattern in a file and prints the lines that contain it.
fnmain()->Result<(), Box<dyn Error>>{let config =config::Config::new()?;minigrep_vbomfim::run(&config)?;Ok(())}