Guest User

Untitled

a guest
Dec 14th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #
  2. include <stdlib.h>
  3. #
  4. include <stdio.h>
  5. int main(void) {
  6. printf("Hello, world!\n");
  7. return EXIT_SUCCESS;
  8. }
Add Comment
Please, Sign In to add comment