Advertisement
paulogp

Hello World

Jul 13th, 2011
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.16 KB | None | 0 0
  1. // apple Xcode
  2. // paulogp
  3. #include <stdio.h>
  4.  
  5. int main (int argc, const char * argv[])
  6. {
  7.     // hello world
  8.     printf("Hello, World!\n");
  9.  
  10.     return(0);
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement