pub fn read_file<P: Display>(path: P) -> String
Abstraction around fs::read_to_string() that includes error handling
Returns the file content as a String or returns “ERR” if something went wrong
String