minus-squareKaelygon@lemmy.worldtoProgrammer Humor@programming.dev•I hate itlinkfedilinkarrow-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 linkfedilink
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