Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2011
796
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.26 KB | None | 0 0
  1. "test - Debug" uses an invalid compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping...
  2. Nothing to be done.
  3.  
  4. #include <iostream>
  5.  
  6. using namespace std;
  7.  
  8. int main()
  9. {
  10.     cout << "Hi synmuffin";
  11.     return 0;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement