Guest User

Untitled

a guest
Jun 18th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.00 KB | None | 0 0
  1. import static java.lang.System.out;
  2.  
  3. public class goatse
  4. {
  5.     public static void main(String args[])
  6.     {
  7. System.out.println("* g o a t s e x * g o a t s e x * g o a t s e x *");
  8. System.out.println("g                                               g");
  9. System.out.println("o /     \\             \\            /    \\       o");
  10. System.out.println("a|       |             \\          |      |      a");
  11. System.out.println("t|       `.             |         |       :     t");
  12. System.out.println("s`        |             |        \\|       |     s");
  13. System.out.println("e \\       | /       /  \\\\\\   --__ \\\\       :    e");
  14. System.out.println("x  \\      \\/   _--~~          ~--__| \\     |    x  ");
  15. System.out.println("*   \\      \\_-~                    ~-_\\    |    *");
  16. System.out.println("g    \\_     \\        _.--------.______\\|   |    g");
  17. System.out.println("o      \\     \\______// _ ___ _ (_(__>  \\   |    o");
  18. System.out.println("a       \\   .  C ___)  ______ (_(____>  |  /    a");
  19. System.out.println("t       /\\ |   C ____)/      \\ (_____>  |_/     t");
  20. System.out.println("s      / /\\|   C_____)       |  (___>   /  \\    s");
  21. System.out.println("e     |   (   _C_____)\\______/  // _/ /     \\   e");
  22. System.out.println("x     |    \\  |__   \\\\_________// (__/       |  x");
  23. System.out.println("*    | \\    \\____)   `----   --'             |  *");
  24. System.out.println("g    |  \\_          ___\\       /_          _/ | g");
  25. System.out.println("o   |              /    |     |  \\            | o");
  26. System.out.println("a   |             |    /       \\  \\           | a");
  27. System.out.println("t   |          / /    |         |  \\           |t");
  28. System.out.println("s   |         / /      \\__/\\___/    |          |s");
  29. System.out.println("e  |           /        |    |       |         |e");
  30. System.out.println("x  |          |         |    |       |         |x");
  31. System.out.println("* g o a t s e x * g o a t s e x * g o a t s e x *");                                  
  32.     }
  33. }
Add Comment
Please, Sign In to add comment