Björn Tantau@swg-empire.de to Programmer Humor · 21 hours agoPretty straight forwardswg-empire.deimagemessage-square45fedilinkarrow-up1651arrow-down110file-text
arrow-up1641arrow-down1imagePretty straight forwardswg-empire.deBjörn Tantau@swg-empire.de to Programmer Humor · 21 hours agomessage-square45fedilinkfile-text
minus-squaresmeg@feddit.uklinkfedilinkEnglisharrow-up51arrow-down1·19 hours agoFine, system("bash -c 'echo hello world'"); then!
minus-squarexthexder@l.sw0.comlinkfedilinkarrow-up8·12 hours agoNow print “¯\_(ツ)_/¯” with the quotes
minus-squareultrafastsloth@lemmy.worldlinkfedilinkarrow-up11·11 hours agoI decided to throw my PC in the composter and become a gardener
minus-squaresmeg@feddit.uklinkfedilinkEnglisharrow-up3·10 hours agoThat was actually the first line of C I’ve ever written so there’s no way I’m guessing the right number of escapes, but I guess I’d cheat by finding the value of each char and printing those one at a time.
Fine,
system("bash -c 'echo hello world'");
then!Now print “¯\_(ツ)_/¯” with the quotes
I decided to throw my PC in the composter and become a gardener
That was actually the first line of C I’ve ever written so there’s no way I’m guessing the right number of escapes, but I guess I’d cheat by finding the value of each char and printing those one at a time.