I created a simple cpp file with no errors (hello world project) but it won't launch.
#include <iostream>
using namespace std;
int main() {
cout << "!!!Hello World!!!" << endl; // prints !!!Hello World!!!
return 0;
}
here is the video of it: Click Here