Advertisement
C0BRA

Told you

Nov 2nd, 2012
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. c0bra@pc:~/Desktop/test$ cat test.cpp
  2. #include <iostream>
  3.  
  4. using namespace std;
  5.  
  6. int main(int argc, char** argv)
  7. {
  8. cout << 'abcd' << '\n';
  9. }
  10. c0bra@pc:~/Desktop/test$ c++ test.cpp
  11. test.cpp:7:10: warning: multi-character character constant
  12. c0bra@pc:~/Desktop/test$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement