sample cpp code code example
Example: Simple cpp code
#include<iostream>
using namespace std;
int main()
{
cout << " hello world <<endl;
return 0;
}
#include<iostream>
using namespace std;
int main()
{
cout << " hello world <<endl;
return 0;
}