fork(5) download
  1. #include <iostream>
  2. #include <cstdlib>
  3.  
  4. int main()
  5. {
  6. std::cout << "Chào thế giới!" << std::endl;
  7. return EXIT_SUCCESS;
  8. }
  9.  
Success #stdin #stdout 0s 3468KB
stdin
Standard input is empty
stdout
Chào thế giới!