cross-posted from: https://lemmy.ml/post/14080970
Hilarious
1 point
I feel like when you title your post “Hilarious”, you’re being sarcastic. Are you, perhaps, aware that this is actually pretty unfunny? Yet you posted it here nonetheless.
1 point
2 points
- It’s Java
Typical 1-off error
1 point
*
Formatting
Many text parsers trim down whitespace unless it’s explicitly a code block. You see this often when people attempt to use interleaved spaces for emphasis. For example:
R E D H A T
becomes “R E D H A T” in your Markdown interpreter.
I think WhatsApp supports code snippets with backticks.
0 points
*
print(‘I am sorry’*100)
Edit: print(‘I am sorry\n’*100) ffs