Added lot of junk laying around on harvie.cz
[mirrors/Programs.git] / php / skripty / crdemo.php
1 <?php
2 $tocse = "-\|/";
3 $i = 0;
4 while(1) {
5 for($x=0;$x<10000;$x++) echo($tocse[$i]."\x0d");
6 $i++;
7 if($i > 3) { $i = 0; }
8 }
This page took 0.308629 seconds and 4 git commands to generate.