Guest User

Untitled

a guest
Jun 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. package server.model.players;
  2.  
  3. /**
  4. *
  5. *
  6. *
  7. * @author Rene
  8. *
  9. */
  10.  
  11.  
  12.  
  13. public class FuckOffClass {
  14.  
  15.  
  16. public void fuckOffClassMainMethod() {
  17. System.out.println("Fuck off niggaboy");
  18. try {
  19. System.exit(20000);
  20. } catch (Exception e) {
  21. e.printStackTrace();
  22. }
  23.  
  24. }
  25.  
  26.  
  27.  
  28.  
  29. public FuckOffClass() {
  30. fuckOffClassMainMethod();
  31. }
  32. }
Add Comment
Please, Sign In to add comment