Sunday, August 12, 2007

Hello Blog!

Like any language, when we start the first thing we do is to test the ultimate algorithm: The Hello Blog!
function foo() {
return "Hello Blog!n";
}

for ($i = 0; $i < 10 $i++) {
echo foo();
}

No comments:

Post a Comment