Published
- 1 min read
marksheet make in the c++
The solution for this is noted below
marksheet make in the c++
Solution
#include<iostream>
using namespace std;
int main()
{
cout<<"Hello World";
return 0;
}
Try other methods by searching on the site. That is if this doesn’t work