pub fn extract_file_contents(file_name: &str) -> String
Reads the contents of the file at the specified path
Panics if the file cannot be opened or read.