fork(4) download
  1. #include <iostream>
  2.  
  3. #define TEXT "ololo" // comment
  4.  
  5. using namespace std;
  6.  
  7. int main() {
  8.  
  9. cout << TEXT << endl;
  10.  
  11. return 0;
  12. }
Success #stdin #stdout 0s 3340KB
stdin
Standard input is empty
stdout
ololo