fork download
  1. // Online C++ compiler to run C++ program online
  2. #include <iostream>
  3. //#include <Eigen>
  4.  
  5. int main() {
  6. // Write C++ code here
  7. std::cout << "Try programiz.pro";
  8.  
  9. return 0;
  10. }
Success #stdin #stdout 0s 5284KB
stdin
Standard input is empty
stdout
Try programiz.pro