Tema Nomad
Tema Nomad
As I understand, there is not an issue. My solution was: ```rust // TODO: Calculate `a` divided by `b` if `a` is evenly divisible by `b`. // Otherwise, return a...
I think the problem is that you dont include `23` in second condition `else if hour_of_day == 22` In exercise comments we see: ``` At 22:00, someone eats it all,...
I think you try to overengineering this :) The exercise is not about reusing memory or about references, its just about using `vec!` macro, just it So to use `vec![10,...