fork(1) download
  1. //kids first function
  2. %:include <iostream>
  3. using namespace std;
  4. void goatse();
  5.  
  6. int main(int argc, char* argv<::>)
  7. <%
  8. goatse();
  9. %>
  10. void goatse()
  11. <%
  12. cout << R"=(
  13. ∗ g o a t s e x ∗ g o a t s e x ∗ g o a t s e x ∗
  14. g g
  15. o / \ \ / \ o
  16. a| | \ | | a
  17. t| '. | | : t
  18. s' | | \| | s
  19. e \ | / / \\\ --__ \\ : e
  20. x \ \/ _--~~ ~--__| \ | x
  21. ∗ \ \_-~ ~-_\ | ∗
  22. g \_ \ _.--------.______\| | g
  23. o \ \______// _ ___ _ (_(__> \ | o
  24. a \ . C ___) ______ (_(____> | / a
  25. t /\ | C ____)/ \ (_____> |_/ t
  26. s / /\| C_____) | (___> / \ s
  27. e | ( _C_____)\______/ // _/ / \ e
  28. x | \ |__ \\_________// (__/ | x
  29. ∗ | \ \____) '---- --' | ∗
  30. g | \_ ___\ /_ _/ | g
  31. o | / | | \ | o
  32. a | | / \ \ | a
  33. t | / / | | \ |t
  34. s | / / \__/\___/ | |s
  35. e | / | | | |e
  36. x | | | | | |x
  37. ∗ g o a t s e x ∗ g o a t s e x ∗ g o a t s e x ∗
  38. )="
  39.  
  40. <<endl;
  41. %>
Success #stdin #stdout 0s 4496KB
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 ∗