You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
whenever i run the code it shows an eroor although the syntax is right and there is not a single mistake in it.
#include
using namespace std;
int main() {
cout<<"hello world"<<endl;
return 0;
}
after writing this there is an error in the terminal they don't show the word which i've written in cout the word HELLO WORLD
could you please fix this issue i'll be more thannkful to you.
waiting for your useful information.
The text was updated successfully, but these errors were encountered:
whenever i run the code it shows an eroor although the syntax is right and there is not a single mistake in it.
#include
using namespace std;
int main() {
cout<<"hello world"<<endl;
}
after writing this there is an error in the terminal they don't show the word which i've written in cout the word HELLO WORLD
could you please fix this issue i'll be more thannkful to you.
waiting for your useful information.
The text was updated successfully, but these errors were encountered: