RSS BotMB to Hacker NewsEnglish · 1 month agoYes-rs: A fast, memory-safe rewrite of the classic Unix yes commandgithub.comexternal-linkmessage-square3fedilinkarrow-up19arrow-down10file-text
arrow-up19arrow-down1external-linkYes-rs: A fast, memory-safe rewrite of the classic Unix yes commandgithub.comRSS BotMB to Hacker NewsEnglish · 1 month agomessage-square3fedilinkfile-text
minus-squarepelya@lemmy.worldlinkfedilinkEnglisharrow-up1·1 month agoHow about /bin/true int main() { return 0; } it’s about the size limit of safe C code that I can write.
How about
/bin/true
int main() { return 0; }
it’s about the size limit of safe C code that I can write.