in reply to Re: ASCII Pattern - Golf (Russ: 83)
in thread ASCII Pattern - Golf
Okay, now 77 (if you don't miss the trailing newline):
$i=9;do{print"\n",map{(sort abs$_-$ARGV[0],abs$i-$ARGV[1])[-1]}1..9}wh +ile--$i
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: ASCII Pattern - Golf (Russ: 77)
by cLive ;-) (Prior) on Sep 19, 2003 at 03:52 UTC | |
by Sidhekin (Priest) on Sep 19, 2003 at 22:56 UTC |
In Section
Seekers of Perl Wisdom