This commit is contained in:
Daniel Zwanzig 2025-05-09 11:29:53 +02:00
parent 0ae838071b
commit 317225170d

View File

@ -1,6 +1,5 @@
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
int main()
{
@ -32,6 +31,7 @@ int main()
}
}
}
// Ursprünglicher Primzahlgenerator
/*// Jede nicht Primzahl wird entfernt
for (int i = 0; i < eingabe; ++i)