PrimeModule-ext/examples/example.c

8 lines
162 B
C
Raw Permalink Normal View History

2021-10-24 18:22:14 +02:00
#include <primemodule.h>
#include <stdio.h>
#include <stdint.h>
// Compile with -lprimemodule
int main() {
printf("%ld\n", factorize(2189285106422392999));
}