fork(1) download
  1. //kids first function
  2. #include <iostream>
  3. using namespace std;
  4. void goatse();
  5.  
  6. int main()
  7. {
  8. goatse();
  9. }
  10. void goatse()
  11. {
  12. cout << "∗ g o a t s e x ∗ g o a t s e x ∗ g o a t s e x ∗" <<endl;
  13. cout << "g g" <<endl;
  14. cout << "o / \\ \\ / \\ o" <<endl;
  15. cout << "a| | \\ | | a" <<endl;
  16. cout << "t| '. | | : t" <<endl;
  17. cout << "s' | | \\| | s" <<endl;
  18. cout << "e \\ | / / \\\\\\ --__ \\\\ : e" <<endl;
  19. cout << "x \\ \\/ _--~~ ~--__| \\ | x" <<endl;
  20. cout << "∗ \\ \\_-~ ~-_\\ | ∗" <<endl;
  21. cout << "g \\_ \\ _.--------.______\\| | g" <<endl;
  22. cout << "o \\ \\______// _ ___ _ (_(__> \\ | o" <<endl;
  23. cout << "a \\ . C ___) ______ (_(____> | / a" <<endl;
  24. cout << "t /\\ | C ____)/ \\ (_____> |_/ t" <<endl;
  25. cout << "s / /\\| C_____) | (___> / \\ s" <<endl;
  26. cout << "e | ( _C_____)\\______/ // _/ / \\ e" <<endl;
  27. cout << "x | \\ |__ \\\\_________// (__/ | x" <<endl;
  28. cout << "∗ | \\ \\____) '---- --' | ∗" <<endl;
  29. cout << "g | \\_ ___\\ /_ _/ | g" <<endl;
  30. cout << "o | / | | \\ | o" <<endl;
  31. cout << "a | | / \\ \\ | a" <<endl;
  32. cout << "t | / / | | \\ |t" <<endl;
  33. cout << "s | / / \\__/\\___/ | |s" <<endl;
  34. cout << "e | / | | | |e" <<endl;
  35. cout << "x | | | | | |x" <<endl;
  36. cout << "∗ g o a t s e x ∗ g o a t s e x ∗ g o a t s e x ∗" <<endl;
  37. }
Success #stdin #stdout 0s 4392KB
stdin
Standard input is empty
stdout
∗ g o a t s e x ∗ g o a t s e x ∗ g o a t s e x ∗
g                                               g
o /     \             \            /    \       o
a|       |             \          |      |      a
t|       '.             |         |       :     t
s'        |             |        \|       |     s
e \       | /       /  \\\   --__ \\       :    e
x  \      \/   _--~~          ~--__| \     |    x
∗   \      \_-~                    ~-_\    |    ∗
g    \_     \        _.--------.______\|   |    g
o      \     \______// _ ___ _ (_(__>  \   |    o
a       \   .  C ___)  ______ (_(____>  |  /    a
t       /\ |   C ____)/      \ (_____>  |_/     t
s      / /\|   C_____)       |  (___>   /  \    s
e     |   (   _C_____)\______/  // _/ /     \   e
x     |    \  |__   \\_________// (__/       |  x
∗    | \    \____)   '----   --'             |  ∗
g    |  \_          ___\       /_          _/ | g
o   |              /    |     |  \            | o
a   |             |    /       \  \           | a
t   |          / /    |         |  \           |t
s   |         / /      \__/\___/    |          |s
e  |           /        |    |       |         |e
x  |          |         |    |       |         |x
∗ g o a t s e x ∗ g o a t s e x ∗ g o a t s e x ∗