Your Turn

SOURCE CODE

fn main() {
  widget();
}

fn widget() {
  println!("this is widget");
}

CODE RUNNER