Consecutive primes with ascending or descending differences: Difference between revisions

m
(add FreeBASIC)
Line 322:
 
=={{header|FreeBASIC}}==
Use any of the primality testing code on this site as an include; I won't reproduce it here.
<lang freebasic>#define UPPER 1000000
#include"isprime.bas"
781

edits