Excel-Virtual-Machine icon indicating copy to clipboard operation
Excel-Virtual-Machine copied to clipboard

!1 is not 0

Open EmmanuelMess opened this issue 4 years ago • 0 comments

See here

#include <stdio.h>

int main()
{
  printf("%i\n", !1);
  return 0;
}

EmmanuelMess avatar Dec 07 '21 23:12 EmmanuelMess