fork download
  1. #include <iostream>
  2. int main() {
  3. std::cout << "No, I'm still here.";
  4. return 0;
  5. }
Success #stdin #stdout 0s 4324KB
stdin
Standard input is empty
stdout
No, I'm still here.