in reply to Golfing Colors
# 65 chars sub colors { for$a(@_='00336699ccff'=~/../g){for$b(@_){print"#$a$b$_\n"for@_}} }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Golfing Colors
by MeowChow (Vicar) on Jun 01, 2001 at 21:56 UTC | |
by japhy (Canon) on Jun 01, 2001 at 22:18 UTC | |
by petral (Curate) on Jun 03, 2001 at 18:35 UTC | |
by chipmunk (Parson) on Jun 03, 2001 at 19:44 UTC |