A Simple Program in C++
From WikiKantila
#include <iostream>
using namespace std;
int main()
{
cout<<"Hello from c++!"<<endl;
return 0;
}
Go back to C++ Programs
#include <iostream>
using namespace std;
int main()
{
cout<<"Hello from c++!"<<endl;
return 0;
}
Go back to C++ Programs