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