Guest User

Untitled

a guest
Oct 21st, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. for x in ips{
  2. match x {
  3. V4 => println!("{:?}",V4),
  4. _ => println!("none")
  5. }
  6. }
  7. Vec:
Add Comment
Please, Sign In to add comment