Guest User

Untitled

a guest
Oct 17th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #![allow(unused)]
  2. fn main() {
  3.  
  4. let mut vec = Vec::new();
  5.  
  6. let mut test = vec!["test", "test2", "test3"];
  7. let s = "hello".to_string();
  8. println!("Test:{}", test[1]);
  9.  
  10. }
Add Comment
Please, Sign In to add comment