Guest User

Untitled

a guest
Dec 12th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.04 KB | None | 0 0
  1. struct node{
  2.  
  3. int x;
  4.  
  5. int y;
  6. etc...
  7.  
  8. };
Add Comment
Please, Sign In to add comment