Sjmarf to Programmer Humor@programming.dev • 3 months agoI hate itsh.itjust.worksimagemessage-square79fedilinkarrow-up11.06Karrow-down124
arrow-up11.04Karrow-down1imageI hate itsh.itjust.worksSjmarf to Programmer Humor@programming.dev • 3 months agomessage-square79fedilink
minus-square@Kaelygon@lemmy.worldlinkfedilink20•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-square@pingveno@lemmy.worldlinkfedilinkEnglish10•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?