Skip to content

Instantly share code, notes, and snippets.

@Xarick28
Last active February 6, 2019 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Xarick28/d1113ba46499bf6a49ac7602c39113d2 to your computer and use it in GitHub Desktop.
Save Xarick28/d1113ba46499bf6a49ac7602c39113d2 to your computer and use it in GitHub Desktop.
Count sheep
<?php
while ( !asleep() ) {
$sheep++;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment