• @anyhow2503
    link
    English
    22
    edit-2
    2 months ago

    “0b” is a prefix for binary number literals (at least in C++, probably other languages too). So in decimal that would be the number 2.

    • XIIIesq
      link
      English
      62 months ago

      Thank you