My issue
Is it right??
My code
#include <iostream>
using namespace std;
int main() {
std::cout << "Hello World" << std::endl;
return 0;
}
Learning course: Learn C++
Problem Link: CodeChef: Practical coding for everyone
Is it right??
#include <iostream>
using namespace std;
int main() {
std::cout << "Hello World" << std::endl;
return 0;
}
Learning course: Learn C++
Problem Link: CodeChef: Practical coding for everyone
Yes