fn get_content(filename: &str) -> String
Read the content of each file and return it as a String.
filename
String representation of the file content.