Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4. int main(void)
  5. {
  6. printf("The first Investment to America will not be currency,\n");
  7. printf("But presented as C codes,\n");
  8. printf("The user who can read C codes will benefit from this code.\n");
  9. printf("Only the C code user can access these codes.\n");
  10. printf("Other language users are not granted to use this investment.\n");
  11. printf("If you have further questions,\n");
  12. printf("Contact Joey Industries for further instructions.\n");
  13. getchar();
  14. return 0;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement