fork download
  1. #include <stdio.h>
  2. #include <stdbool.h>
  3. main( )
  4. {
  5. int b;
  6. b = true;
  7. printf("%d\n", b );
  8. }
  9.  
  10.  
Success #stdin #stdout 0s 5292KB
stdin
Standard input is empty
stdout
1