Toggle navigation
shitcode
Latest
Browse
Top
Worst
Add
Highlight theme:
zenburn
zenburn
Editor theme:
monokai
monokai
Save
Home
Paste
#41 Sleep tight!
PHP
+300
// sleep 150s
for
(
$a
=
0
;
$a
<
150
;
$a
++ ) { sleep(
1
); }
Please enable JavaScript to view the
comments powered by Disqus.