#include<iostream>
using namespace std;
int main()
{
cout<<"hi"<<endl;
return 0;
}
I am using Sublime text 3, and I am getting this error:
error- 'g++' is not recognized as an internal or external command, operable program or batch file. [Finished in 0.0s]