Sjmarf@sh.itjust.works to Programmer Humor@programming.dev · 3 months agoI hate itsh.itjust.worksimagemessage-square78fedilinkarrow-up11.05Karrow-down124
arrow-up11.02Karrow-down1imageI hate itsh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor@programming.dev · 3 months agomessage-square78fedilink
minus-squareKaelygon@lemmy.worldlinkfedilinkarrow-up21·edit-23 months agothis took me a while but after converting to ascii in hex I get it “())(” = 40 41 41 40 “()()” = 40 41 40 41 As long your strings aren’t null terminated
minus-squarepingveno@lemmy.worldlinkfedilinkEnglisharrow-up12arrow-down1·3 months ago As long your strings aren’t null terminated What kind of monstrous bug prone language would do that?
this took me a while but after converting to ascii in hex I get it
“())(” = 40 41 41 40
“()()” = 40 41 40 41
As long your strings aren’t null terminated
What kind of monstrous bug prone language would do that?