fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. if ((((0x80 >> 1) / 31 ) & ( (0x80 >> 1) / 31 - 1 )) == 0) printf("hi");
  5. }
  6.  
Success #stdin #stdout 0s 9424KB
stdin
Standard input is empty
stdout
hi