diff --git a/jcl/GMG0003.jcl b/jcl/GMG0003.jcl deleted file mode 100644 index 7786039..0000000 --- a/jcl/GMG0003.jcl +++ /dev/null @@ -1,5 +0,0 @@ -//GMG0003 JOB (GCC),'C Program', -// NOTIFY=@05054,CLASS=A,MSGCLASS=A, -// MSGLEVEL=(1,1),REGION=4M,TIME=1440 -//STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(GMG0003)' -// \ No newline at end of file diff --git a/src/GMG0003.c b/src/GMG0003.c deleted file mode 100644 index 414147a..0000000 --- a/src/GMG0003.c +++ /dev/null @@ -1,14 +0,0 @@ -// -// Created by Gregory Gauthier on 06/02/2026. -// -# include - -#ifndef HELLO_STRING -#define HELLO_STRING "Hello, World!" -#endif - -int main() { - printf("%s\n", HELLO_STRING); - return 0; -} -