hello world cc++ code example
Example: hello world cc++
#include <iostream>
ussing namespace std;
int main()
{
cout << "Hello World" << endl;
return 0;
}
#include <iostream>
ussing namespace std;
int main()
{
cout << "Hello World" << endl;
return 0;
}