competitive_programming_rs::test_helper
pub fn load_test_cases<T>(filepath: &str) -> VecDeque<T> where T: FromStr, T::Err: Debug,