I have a MAC OS Mojave machine and gcc does not work on it. When i run the following code it does nothing and goes to new terminal line
#import <iostream>;
using namespace std;
int main() {
cout << "Hello World!!";
return 0;
}
PLS HELP!! I even tried using code from w3Schools