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