Guest User

Untitled

a guest
May 21st, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. using namespace std;
  2. #include<iostream>
  3. class ronaldo
  4. {
  5.  
  6. public:
  7. hit()
  8. {
  9. cout<<"goal hit";
  10. }
  11. };
  12. int main()
  13. {
  14. ronaldo r;
  15. }
Add Comment
Please, Sign In to add comment