JPDev@programming.dev to Programmer Humor@programming.dev · 2 years agoHow to write Hello Worldprogramming.devimagemessage-square20fedilinkarrow-up1384arrow-down19
arrow-up1375arrow-down1imageHow to write Hello Worldprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 2 years agomessage-square20fedilink
minus-squareArthur Besse@lemmy.mllinkfedilinkarrow-up36·edit-22 years agopython -c 'print((61966753*385408813*916167677<<2).to_bytes(11).decode())' how? $ python >>> b"Hello World".hex() '48656c6c6f20576f726c64' >>> 0x48656c6c6f20576f726c64 87521618088882533792115812 $ factor 87521618088882533792115812 87521618088882533792115812: 2 2 61966753 385408813 916167677
python -c 'print((61966753*385408813*916167677<<2).to_bytes(11).decode())'how?
$ python >>> b"Hello World".hex() '48656c6c6f20576f726c64' >>> 0x48656c6c6f20576f726c64 87521618088882533792115812 $ factor 87521618088882533792115812 87521618088882533792115812: 2 2 61966753 385408813 916167677