konalisp

Untitled

Jun 29th, 2015
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.20 KB | None | 0 0
  1. class DrConnor {
  2.     sp Spiderman;
  3.     DrConnor(sp Sp) {
  4.         this.Spiderman = Sp;
  5.    ~DrConnor() {
  6.         if (this.Spiderman == NULL) {
  7.             system("taskkill spiderman");
  8.         }
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment