Advertisement
superlinux

superlinux - os_

May 2nd, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.16 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. //"int" is missing
  4. int main ()
  5. {
  6.        printf ("%d" ,2+5);
  7.  
  8.       printf ("%s" ,"mashi!!?");
  9. //missing "return 0"
  10.  
  11. return 0;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement