Björn Tantau@swg-empire.de to Programmer Humor@programming.dev · 14 hours agoPretty straight forwardswg-empire.deimagemessage-square45fedilinkarrow-up1608arrow-down110file-text
arrow-up1598arrow-down1imagePretty straight forwardswg-empire.deBjörn Tantau@swg-empire.de to Programmer Humor@programming.dev · 14 hours agomessage-square45fedilinkfile-text
minus-squareqaz@lemmy.worldlinkfedilinkEnglisharrow-up6·6 hours agoSome time ago I wrote a program in COBOL and half of it was just CALL "SYSTEM" BY CONTENT in the end.
minus-squaremexicancartel@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up4·6 hours agoI did the same with python once lol. I didn’t know enoug python or bash so i mixed both with os.system
Some time ago I wrote a program in COBOL and half of it was just
CALL "SYSTEM" BY CONTENT
in the end.I did the same with python once lol.
I didn’t know enoug python or bash so i mixed both with os.system