Bureaucracy

posted on 2009-09-16 09:23:38+08:00 by 7895734
Simulates a bureaucracy.
  1. while(1)
  2. {
  3. followProcedures();
  4. }
  5.  
  6. function followProcedures()
  7. {
  8. doNothing();
  9. }

All Code Snippets

Hot Code Snippets

New Code Snippets