Sum and product puzzle: Difference between revisions

→‎{{header|jq}}: works with jq
(→‎{{header|jq}}: works with jq)
Line 1,426:
 
=={{header|jq}}==
'''Works with: jq'''
 
'''Works with: gojq''' (the Go implementation of jq)
 
Line 1,450 ⟶ 1,452:
 
# The stream of [x,y] pairs matching "P knows the product is $prod"
def prodEq($prodp): select( $prodp == prod );
 
## The solver:
2,442

edits