451
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.
python -c 'print((61966753*385408813*916167677<<2).to_bytes(11).decode())'
how?
perl -le 'use bignum;print+pack"H22",(61966753*385408813*916167677<<2)->to_hex()'
Alas, Perl doesn't bignum by default