449
How to write Hello World
(programming.dev)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
What is that weird >>=== symbol? Looks like a cross breed between C and JavaScript here.
It’s a the right shift assignment operator so
x >>= 4
right shifts x by 4 and assigns the result back to x. The code editor is displaying single double wide symbol (ligature) instead of the three character long operator>>=
, I discovered today these are in fact well loved by some coders.If someone likes it but doesn't know where to find it, FiraCode does linea tires really good IMO