remove debugging info
This commit is contained in:
parent
6d42f35db6
commit
9057e60a3c
@ -46,8 +46,6 @@ sub solution_2 ($input) {
|
||||
my @near = numbers_near_gear($gear,@numbers);
|
||||
next unless @near == 2;
|
||||
$sum += product map { $_->{n} } @near;
|
||||
use DDP;
|
||||
# p @near;
|
||||
}
|
||||
|
||||
return $sum;
|
||||
|
Loading…
Reference in New Issue
Block a user