Archive for June, 2007

There Is Only One Planet Earth

Tuesday, June 26th, 2007

$Animals = 0
$Earth = 1
for($you=1;$you > 0;$you++){
$Animals += $you;
print “\n”;
print “Animals = $Animals; Earth = $Earth”;
}

Tuesday, June 5th, 2007