
Untitled
By: a guest on
Jul 3rd, 2011 | syntax:
C++ | size: 0.26 KB | hits: 596 | expires: Never
"test - Debug" uses an invalid compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping...
Nothing to be done.
#include <iostream>
using namespace std;
int main()
{
cout << "Hi synmuffin";
return 0;
}