kali_fornication@lemmy.world to linuxmemes@lemmy.world · 2 days agoit's just the worstlemmy.worldimagemessage-square183fedilinkarrow-up1410arrow-down147
arrow-up1363arrow-down1imageit's just the worstlemmy.worldkali_fornication@lemmy.world to linuxmemes@lemmy.world · 2 days agomessage-square183fedilink
minus-squareTangent5280@lemmy.worldlinkfedilinkarrow-up17·2 days agoBrave stand, I will stand side by side with you until the first signs of mild resistance or mockery from the world!
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up6·1 day agoWell guess what? #include <string.h> #include <iostream> int main (int argc, char *argv[]) { const int which = strcmp ("zsh", "bash"); std::cout << which << std::endl; return 0; } Output 1
zsh > bash
Brave stand, I will stand side by side with you until the first signs of mild resistance or mockery from the world!
Well guess what?
#include <string.h> #include <iostream> int main (int argc, char *argv[]) { const int which = strcmp ("zsh", "bash"); std::cout << which << std::endl; return 0; }Output
1