fn split_line<'a>(line: &'a str, sep: &str) -> Vec<&'a str>
Split a line by separator (whitespace if empty).