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.