I'm trying to code in C++ and this is what it is
#include <iostream>
using namespace std;
int main()
{ cout<< "Welcome to C++ programming";
return 0;
}
there is no output showing up. It just says Program ended with exit code: 0 THis is the first time I'm coding in C++ and I'm using xcode.