pub fn read_lines<P>(filename: P) -> Vec<String>where P: AsRef<Path>,
Reads lines from file. Returns lines in vector.