Guest User

Untitled

a guest
Nov 20th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. class socket_handle {
  2. let sockfd: int;
  3. new(x: int) {self.sockfd = x;}
  4. drop {io::println("hmm");}
  5. }
Add Comment
Please, Sign In to add comment