Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.38 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;                                               
  3.  
  4. void main ()
  5. {
  6.     cout << "sall";
  7. }
  8.  
  9.  
  10. /*
  11. ---ERR---
  12. 1>------ Build started: Project: console aplication, Configuration: Debug Win32 ------
  13. 1>  ceva.cpp
  14. 1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
  15. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  16. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement