Sjmarf@sh.itjust.works to Programmer Humor@programming.dev · 11 months agoI hate itsh.itjust.worksimagemessage-square56fedilinkarrow-up1923arrow-down121
arrow-up1902arrow-down1imageI hate itsh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor@programming.dev · 11 months agomessage-square56fedilink
minus-squareKaelygon@lemmy.worldlinkfedilinkarrow-up19·edit-211 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-up9arrow-down1·11 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?