diff --git a/jcl/SIMPLE2.jcl b/jcl/SIMPLE2.jcl index fc97ba9..09fe5b4 100644 --- a/jcl/SIMPLE2.jcl +++ b/jcl/SIMPLE2.jcl @@ -4,4 +4,3 @@ //* Compile Step - comments allowed in JCL! //STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(SIMPLE2)' // - diff --git a/src/SIMPLE2.c b/src/SIMPLE2.c index 931df07..a039356 100644 --- a/src/SIMPLE2.c +++ b/src/SIMPLE2.c @@ -11,3 +11,4 @@ int main() { printf("%s\n", HELLO_STRING); return 0; } +