[ create a new paste ] login | about

clambercy

Name: Christophe Lambercy
Email:
Site/Blog:
Location:
Default language: PHP
Favorite languages: Erlang
About:

Saved pastes by clambercy:

PHP, pasted on Dec 17:
1
2
3
4
5
<?php

for ($i = 1; $i <= 100; $i++) {
    $out = '';
    if ($i % 3 == 0) {
...
view (16 lines, 100 lines of output, 99 comments)