Guest User

Untitled

a guest
Jan 23rd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. let x = 1;
  2. let x = String::from("I'm not a number anymore");
  3. println!("Value of x: {}", x);
Add Comment
Please, Sign In to add comment