Sign in
gerrit
/
prolog-cafe
/
9eaffdc036c405d0199d3e2a441896541b6e7c1c
/
.
/
examples
/
benchmarks
/
portland
/
primes.in
blob: 753d8cb29e634b8db9335f8576eb854763a8d7bf [
file
]
:-
P
=
1000
,
'$benchmark'
(
primes
(
P
),
1000
,
primes
(
P
,
_
),
'$dummy'
(
P
,
_
)).