This commit is contained in:
Mike 2023-08-25 12:53:52 +03:00
parent 32703548cc
commit 9f1957540f
2 changed files with 9 additions and 0 deletions

BIN
M9941.txt.bz2 Normal file

Binary file not shown.

9
test-mersenne.l Normal file
View file

@ -0,0 +1,9 @@
(load "isprime.l")
(println
(prime?
(format
(make
(in '(bzcat M9941.txt.bz2)
(while (link (line T))) ) ) ) ) )
(msg 'ok)
(bye)