()
| 13 | } |
| 14 | |
| 15 | fn main() { |
| 16 | let logs: Vec<Vec<i32>> = vec![[0,5],[1,2],[0,2],[0,5],[1,3]].iter().map(|e|e.to_vec()).collect(); |
| 17 | let k = 5; |
| 18 | println!("{:?}", finding_users_active_minutes(logs, k)); |
| 19 | } |
nothing calls this directly
no outgoing calls
no test coverage detected