Advertisement
dzaima

Untitled

Mar 20th, 2017
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. split & escaped input:
  2. " ___.","\n",
  3. " // \\\\\n",
  4. "(( ''","\n",
  5. " \\\\__,\n",
  6. "/6 (%)\\,\n",
  7. "(__/:\";,;\\","--____----_\n",
  8. ";; ",":';,:';`;,';,;';`,`","_\n",
  9. " ",";:,;;';';,;':,';';,","-Y\\\n",
  10. " ",";,;,;';';,;':;';';"," Z/\n",
  11. " / ",";,';';,;';,;';;'","\n",
  12. " / / |';/~~~~~\\';;'","\n",
  13. " ( K"," | | || |","\n",
  14. " \\_\\ | | || |\n",
  15. " \\Z"," | | || |","\n",
  16. " L_| LL_|","\n",
  17. " LW/ LLW/","\n"
  18.  
  19. parts
  20. custom dictionary string with characters " ", ".", "_", and length 6: " ___."
  21. character "\n"
  22. boxstring with " ", "/", "\", "\n", and 8 chars " // \\
  23. "
  24. custom dictionary string with characters " ", "'", "(", and length 7: "(( ''"
  25. character "\n"
  26. 7 characters: " \\__,
  27. "
  28. 9 characters: "/6 (%)\,
  29. "
  30. 10 characters: "(__/:";,;\"
  31. boxstring with "_", "-", "\n", and 12 chars "--____----_
  32. "
  33. 3 characters: ";; "
  34. custom dictionary string with characters "'", ",", ":", ";", "`", and length 19: ":';,:';`;,';,;';`,`"
  35. character "_"
  36. character "\n"
  37. character " "
  38. character " "
  39. custom dictionary string with characters "'", ",", ":", ";", and length 19: ";:,;;';';,;':,';';,"
  40. 4 characters: "-Y\
  41. "
  42. boxstring with " ", and 3 chars " "
  43. custom dictionary string with characters "'", ",", ":", ";", and length 18: ";,;,;';';,;':;';';"
  44. 4 characters: " Z/
  45. "
  46. boxstring with " ", "/", "\", and 5 chars " / "
  47. custom dictionary string with characters "'", ",", ";", and length 16: ";,';';,;';,;';;'"
  48. character "\n"
  49. 18 characters: " / / |';/~~~~~\';"
  50. character ";"
  51. character "'"
  52. character "\n"
  53. 4 characters: " ( K"
  54. boxstring with " ", "|", and 15 chars " | | || |"
  55. character "\n"
  56. boxstring with " ", "/", "\", "|", "_", "\n", and 20 chars " \_\ | | || |
  57. "
  58. custom dictionary string with characters " ", "Z", "\", and length 5: " \Z"
  59. boxstring with " ", "|", and 14 chars " | | || |"
  60. character "\n"
  61. custom dictionary string with characters " ", "L", "_", "|", and length 19: " L_| LL_|"
  62. character "\n"
  63. custom dictionary string with characters " ", "/", "L", "W", and length 19: " LW/ LLW/"
  64. character "\n"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement