fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. // Ham main() la noi su thuc thi chuong trinh bat dau
  5.  
  6. int main()
  7. {
  8. cout << "Hello World"; // In dong chu Hello World
  9. return 0;
  10. }
Success #stdin #stdout 0.01s 5324KB
stdin
Standard input is empty
stdout
Hello World