#include <stdio.h> int main(void) { 1 && puts("hello"); 0 && puts("nope"); 99 && puts("ok"); return 0;}
Standard input is empty
hello ok
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!