Как распечатать переменную в ржавчине

fn Griphcode() {
  let age = 15;
  println!("Hello i am griphcode and my age is {}", age);
}
Lively Louse