eval
Log in

Describe Then Grow

100 points

Following code doesn't compile. Fix errors.

Required signature

pub fn describe_then_grow(v: &mut Vec<i32>, new_value: i32) -> String

Visible tests

Your solution

Log in to submit a solution.