Sjmarf to Programmer [email protected] • 4 months agoI hate itsh.itjust.worksimagemessage-square77fedilinkarrow-up11.06Karrow-down124
arrow-up11.04Karrow-down1imageI hate itsh.itjust.worksSjmarf to Programmer [email protected] • 4 months agomessage-square77fedilink
minus-square@Kaelygonlink21•edit-24 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@pingvenolinkEnglish11•4 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?