Guest User

Untitled

a guest
Jan 20th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #include "MASTERMIND_H"
  2. #include "CODE_H"
  3. #include "RESPONSE_H"
  4. #include "D_RANDOM_H"
  5.  
  6. int main(){
  7. mastermind m1;
  8. m1.playGame();
  9. return 0;
  10. }
Add Comment
Please, Sign In to add comment