Guest User

Untitled

a guest
May 25th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. let v = vec!["liberté".to_string(), "égalité".to_string(), "fraternité".to_string()];for mut s in v { s.push('!'); println!("{}", s);}
  2.  
  3. fn main() {
  4. print_my(&"lul"[..3]);
  5. }
Add Comment
Please, Sign In to add comment