Compile and run a small test program with MinGW 

Links

Code

#include <iostream>
using namespace std;
main()
{
    cout << "Hello World!";
    return 0;
}

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *