diff --git a/jcl/SIEVE11.jcl b/jcl/SIEVE11.jcl deleted file mode 100644 index 7658a75..0000000 --- a/jcl/SIEVE11.jcl +++ /dev/null @@ -1,6 +0,0 @@ -//SIEVE11 JOB (GCC),'Sieve 11 Example', -// NOTIFY=@05054,CLASS=A,MSGCLASS=H, -// MSGLEVEL=(1,1),REGION=4M,TIME=1440 -//* Compile Step -//STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(SIEVE11)' -// \ No newline at end of file diff --git a/src/SIEVE11.c b/src/SIEVE11.c deleted file mode 100644 index fededb7..0000000 --- a/src/SIEVE11.c +++ /dev/null @@ -1,47 +0,0 @@ -#include - -#define LIMIT 10000 -#define PRIMES 1000 - - -int main() -{ - int i,j,numbers[LIMIT]; - int primes[PRIMES]; - - for (i=0;i