fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. if(3.5>3.4)
  5. {
  6. printf("hello");
  7. }
  8. else
  9. {
  10. printf("mon");
  11. }
  12. return 0;
  13. }
  14.  
Success #stdin #stdout 0s 10304KB
stdin
Standard input is empty
stdout
hello