fork download
  1. #include <iostream>
  2.  
  3. using namespace std;
  4. int main(void) {
  5. cout << "It's working\n" << endl;
  6. }
Success #stdin #stdout 0s 4900KB
stdin
Standard input is empty
stdout
It's working