Guest User

Untitled

a guest
Jan 20th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. #ifndef GS
  2. #define GS
  3.  
  4. struct GS gs {
  5. public:
  6. int n;
  7. gs(int n) : n{ n } {}
  8. };
  9.  
  10. #endif // !GS
Add Comment
Please, Sign In to add comment