Appearance
Forbid the use of the sleep() function
This rule prohibits sleep statements.
Example of incorrect code for this rule:
main() { sleep(1000); }