Answers for "How to print out a variable in rust"

0

How to print out a variable in rust

fn Griphcode() {
  let age = 15;
  println!("Hello i am griphcode and my age is {}", age);
}
Posted by: Guest on May-02-2022

Code answers related to "How to print out a variable in rust"

Browse Popular Code Answers by Language