1 2 3 4 5 6 7 8
fn cleaner(tokens:Vec<&str>,cleaning_level:u8) -> Vec<String> { } #[test] fn test_lol() { println!("{}","hello"); }