Guest User

Untitled

a guest
Jul 22nd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #ifndef __ROVER_UTIL_H__
  2. #define __ROVER_UTIL_H__
  3.  
  4.  
  5. struct RoverOperation {
  6. int x, y;
  7. };
  8.  
  9. struct RoverResult {
  10. int data;
  11. };
  12. #endif
Add Comment
Please, Sign In to add comment