• Tangent5280@lemmy.world
    link
    fedilink
    arrow-up
    17
    ·
    2 days ago

    Brave stand, I will stand side by side with you until the first signs of mild resistance or mockery from the world!

    • ulterno@programming.dev
      link
      fedilink
      English
      arrow-up
      6
      ·
      1 day ago

      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