in reply to (TIMTOWTDI / Golf / Obfu) Airplanes in class
#include <stdio.h> #int main(void) { # int count; for($count=1;$count<=500;$count++){ printf("I will not throw paper airplanes in class."); } return 0; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: (TIMTOWTDI / Golf / Obfu) Airplanes in class
by BazB (Priest) on Oct 03, 2003 at 14:09 UTC | |
|
Re: Re: (TIMTOWTDI / Golf / Obfu) Airplanes in class
by krisahoch (Deacon) on Oct 08, 2003 at 13:33 UTC |