Guest User

Untitled

a guest
Jun 19th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. main int ()
  4.  
  5. {
  6.  
  7. /* The code below prints a custom string to the console */
  8.  
  9. printf("HELLO WORLD");
  10. }
  11.  
  12. getchar ();
  13. return 0;
Add Comment
Please, Sign In to add comment