fork download
  1. #include <stdio.h>
  2.  
  3. struct X{};
  4.  
  5. void
  6. opera\
  7. tor+(const X&,
  8. con\
  9. st X&){}
  10.  
  11. int main()
  12. {
  13. puts("Did you know you can even split keywords with the \\ symbol? :)");
  14. }
  15.  
Success #stdin #stdout 0s 3140KB
stdin
Standard input is empty
stdout
Did you know you can even split keywords with the \ symbol? :)