10001th prime: Difference between revisions

Content added Content deleted
(→‎{{header|jq}}: no magic here)
Line 241: Line 241:
{{works with|jq}}
{{works with|jq}}
'''Works with gojq, the Go implementation of jq'''
'''Works with gojq, the Go implementation of jq'''

A solution without any pre-determined numbers or guesses.


See [[Erdős-primes#jq]] for a suitable definition of `is_prime` as used here.
See [[Erdős-primes#jq]] for a suitable definition of `is_prime` as used here.