#include <stdio.h>int main(){if (7 & 8)printf("Honesty");if ((~7 & 0x000f) == 8)printf("is the best policy\n");}
Standard input is empty
is the best policy
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!