Prototype 1

Source Code

fn main() {
  let mut alfa = String::from("apple");
  widget(&mut alfa);
}
fn widget() {
}