Sjmarf to Programmer [email protected] • 8 months agoI hate itsh.itjust.worksimagemessage-square78fedilinkarrow-up11.07Karrow-down124
arrow-up11.04Karrow-down1imageI hate itsh.itjust.worksSjmarf to Programmer [email protected] • 8 months agomessage-square78fedilink
minus-square@[email protected]linkfedilink21•edit-27 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@[email protected]linkfedilinkEnglish11•7 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?