/ Published in: Pseudocode
Simulates a bureaucracy.
Expand |
Embed | Plain Text
while(1) { followProcedures(); } function followProcedures() { achieveNothing(); }
You need to login to post a comment.
helloworlder on 08/03/09
1 person have marked this snippet as a favorite
Simulates a bureaucracy.
while(1) { followProcedures(); } function followProcedures() { achieveNothing(); }
You need to login to post a comment.