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