fork download
  1. #include <stdio.h>
  2.  
  3. #define wtf
  4.  
  5. int main(void) {
  6. wtf;
  7. puts("Hello, world!");
  8. wtf;
  9.  
  10. return 0;
  11. }
  12.  
Success #stdin #stdout 0.01s 5600KB
stdin
Standard input is empty
stdout
Hello, world!