fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. int a = 0;
  6. if(a != 0)
  7. {
  8. printf("hai");
  9. }
  10. else
  11. {
  12. printf("hello");
  13. }
  14. return 0;
  15. }
  16.  
Success #stdin #stdout 0s 5432KB
stdin
Standard input is empty
stdout
hello