Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- #include <string>
- #include "User.h"
- using namespace std;
- int main()
- {
- User user;
- user.playGame();
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement