Guest User

Untitled

a guest
Oct 17th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. } Hello!
  2. Hello!
  3.  
  4. } That _2 + 2 = 5_ challenge sure was **intense!**
  5. That 2 + 2 = 5 challenge sure was INTENSE!
  6. // note that there are spaces also padding it
  7.  
  8. } It's `s/a/e/g` **not** `sudo g/a/e/s`, stupid.
  9. It's < s/a/e/g > NOT < sudo g/a/e/s >
  10.  
  11. } **WHAT!** He did _WHAT?!_
  12. WHAT! He did W H A T ? !
  13.  
  14. } _WHAT_ is undefined, here!
  15. W H A T is undefined, here!
  16.  
  17. } OI)(EJDSFIJK L:JP #@*REF&WDS F*(D+S +&(SDFWEF )DSF _DSF_F #R#
  18. OI)(EJDSFIJK L:JP #@*REF&WDS F*(D+S +&(SDFWEF )DSF D S F F #R#
  19.  
  20. } # So, you wanna be a programmer, eh?
  21. } ## Step 1: learn recursion
  22. } ### Learning recursion requires learning recursion
  23. } **Programming** is a futile task. _Leave w h i l e you still can!_
  24. {SO YOU WANNA BE A PROGRAMMER, EH?}
  25. {{Step 1: Learn Recursion}}
  26. ʟᴇᴀʀɴɪɴɢ ʀᴇᴄᴜʀsɪᴏɴ ʀᴇǫᴜɪʀᴇs ʟᴇᴀʀɴɪɴɢ ʀᴇᴄᴜʀsɪᴏɴ
  27. PROGRAMMING is a futile task. L e a v e w h i l e y o u s t i l l c a n ! // trailing space not required
  28.  
  29. } Haha, you're a _Java_ golfer? You'd be better of with brainf***.
  30. Haha, you're a J a v a golfer? You'd be better of with brainf***. // less than four asterisks, do nothing
  31.  
  32. } # Reasons why NOT to use C--:
  33. } 1. It doesn't exist.
  34. } 2. I don't care.
  35. {REASONS WHY NOT TO USE C--:}
  36. 1. It doesn't exist.
  37. 2. I don't care.
  38.  
  39. } 1. This is a test!
  40. } 1. <-- And this actually works in Markdown.
  41. 1. This is a test!
  42. 2. <-- And this actually works in Markdown. // less than three -s, ignore
  43.  
  44. } * no.
  45. } * NOOO.
  46. } * fine.
  47. o no.
  48. o NOOO.
  49. o fine.
  50.  
  51. } Python, ---34--- 3 bytes.
  52. Python, -3-4- 3 bytes.
  53.  
  54. } ---Long line of crossed text.---
  55. -L-o-n-g- -l-i-n-e- -o-f- -c-r-o-s-s-e-d- -t-e-x-t-.-
  56.  
  57. } ** cool!
  58. ** cool! // is not a bullet point, because a space doesn't follow the *; Isn't bold, because there is no matching **
  59.  
  60. -- end of test cases --
Add Comment
Please, Sign In to add comment