• Tangent5280@lemmy.world
      link
      fedilink
      arrow-up
      10
      ·
      10 hours 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
        2
        ·
        4 hours 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