Guest User

Untitled

a guest
Apr 17th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.18 KB | None | 0 0
  1. #include <unistd.h>
  2. #include <iostream>
  3.  
  4. int main()
  5. {
  6.   while(1) {
  7.     cout << "I will not copy and paste other people source code for my own homework" << endl;
  8.     fork();
  9.   }
  10. }
Add Comment
Please, Sign In to add comment