- 1
Which is the Simple c++program?
For students https://code.sololearn.com/cA4SIoICCJ2T/?ref=app
2 odpowiedzi
+ 8
#include <iostream>
using namespace std;
int main()
{
cout <<"Hello World!";
return 0;
}
+ 1
Your question is not clear what you want to say