Advertisement
Guest User

Untitled

a guest
Jan 17th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. /* name: Claire Chambers
  2. CpSC 111 Lab, Spring 2019
  3. Lab #1
  4. My first "hello world" program
  5. */
  6.  
  7. #include <stdio.h>
  8.  
  9. int main() {
  10. printf("hello world\n");
  11. printf("hello world\n");
  12. printf("hello world\n");
  13. printf("hello world\n");
  14. printf("hello world\n");
  15. printf("hello world\n");
  16. printf("hello world\n");
  17. printf("hello world\n");
  18. printf("hello world\n");
  19. printf("hello world\n");
  20. printf("hello world\n");
  21. printf("hello world\n");
  22. printf("hello world\n");
  23. printf("hello world\n");
  24. printf("hello world\n");
  25. printf("hello world\n");
  26. printf("hello world\n");
  27. printf("hello world\n");
  28. printf("hello world\n");
  29. printf("hello world\n");
  30. printf("hello world\n");
  31.  
  32. return 0;
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement