fork download
  1. #include <stdio.h>
  2.  
  3. //#define DEBUG hahehihohu
  4.  
  5. int main(void)
  6. {
  7.  
  8. #ifdef DEBUG
  9. printf("OK, bug gone - this should make my nasty boss happy");
  10. #endif
  11.  
  12. return 0;
  13. }
Success #stdin #stdout 0s 2108KB
stdin
Standard input is empty
stdout
Standard output is empty