()
| 9 | } |
| 10 | |
| 11 | fn main() { |
| 12 | let box_types = [[1,3],[5,5],[2,5],[4,2],[4,1],[3,1],[2,2],[1,3],[2,5],[3,2]].map(|e|e.to_vec()).to_vec(); |
| 13 | let truck_size = 35; |
| 14 | println!("{:?}", maximum_units(box_types, truck_size)); |
| 15 | } |
nothing calls this directly
no outgoing calls
no test coverage detected