fork download
  1. /************************\
  2. |* In the name of God *|
  3. |* Code 2. 1. Irysc.com *|
  4. \************************/
  5.  
  6. #include <iostream> // An useless comment!
  7.  
  8. using namespace std; // Another useless comment!
  9.  
  10. int main() { // !!!
  11. // Comment!
  12. }
  13.  
  14. /* Hi!
  15. I'm a comment!
  16. who are you?
  17. :| */
Success #stdin #stdout 0s 3292KB
stdin
Standard input is empty
stdout
Standard output is empty