Advertisement
Guest User

Untitled

a guest
Oct 8th, 2018
444
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. +------------------+
  2. | Hello+World! |
  3. +==================+
  4. | This is+my first |
  5. |+-+ code|golf +-+|
  6. |+-+chall|enge! +-+|
  7. +------------------+
  8.  
  9. ┌──────────────────┐
  10. │ Hello+World! │
  11. ╞══════════════════╡
  12. │ This is+my first │
  13. │+-+ code|golf +-+│
  14. │+-+chall|enge! +-+│
  15. └──────────────────┘
  16.  
  17. +===+===+===+
  18. | 1 | 2 | 3 |
  19. +---+===+===+===+
  20. | 1 | 1 | 2 | 3 |
  21. +---+---+---+---+
  22. | 2 | 2 | 4 | 6 |
  23. +---+---+---+---+
  24. |-3 |-3 |-6 |-9 |
  25. +===+---+---+---+
  26.  
  27. ╒═══╤═══╤═══╕
  28. │ 1 │ 2 │ 3 │
  29. ┌───╪═══╪═══╪═══╡
  30. │ 1 │ 1 │ 2 │ 3 │
  31. ├───┼───┼───┼───┤
  32. │ 2 │ 2 │ 4 │ 6 │
  33. ├───┼───┼───┼───┤
  34. │-3 │-3 │-6 │-9 │
  35. ╘═══╧───┴───┴───┘
  36.  
  37. +-----+
  38.  
  39. <Undefined>
  40.  
  41. +-----+
  42. +-----+
  43.  
  44. ┌─────┐
  45. └─────┘
  46.  
  47. +-----------------+
  48. | Hello, World! |
  49. | This is invalid |
  50. | input |
  51. -----------------+
  52.  
  53. <Undefined>
  54.  
  55. ++++
  56. ++++
  57. ++++
  58.  
  59. ┌┬┬┐
  60. ├┼┼┤
  61. └┴┴┘
  62.  
  63. +--+
  64. ++++
  65. +--+
  66.  
  67. <Undefined>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement