+ 1
Please Tell me ?
pless tell me if the code iv been created is work ?
4 Answers
+ 3
What code?
+ 3
It looks alright. Why don't you try it in the code playground?
+ 2
like this @Jafca #include <iostream>
using namespace std;
int main()
{
cout << "Hello world!";
return 0;
}
+ 2
okay