/* Helloプログラム */ #include <stdio.h>#include <stdbool.h> main(){ int b; b=true; printf("%d\n" , b);}
Standard input is empty
1
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!