Advertisement
nanerbk8

Matrix! (useless code, just for fun)

Jun 20th, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.26 KB | None | 0 0
  1. #include <cstdlib>
  2. #include <iostream>
  3.  
  4. using namespace std;
  5.  
  6. int main(int argc, char *argv[])
  7. {
  8.     system("color 0A");
  9.     long int count=0;
  10.     while(count==count){
  11.         cout<<count;
  12.         count++;
  13.     }
  14.     system("PAUSE");
  15.     return 0;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement