fork download
  1. #include <iostream>
  2. int main(int argc, const char * argv[])
  3. {
  4. std::cout << "hello" << std::endl;
  5. }
Success #stdin #stdout 0s 3340KB
stdin
Standard input is empty
stdout
hello