From 6cf48ea7ef0abfa0d0223d8a317d2b2c9b8301c1 Mon Sep 17 00:00:00 2001 From: Gregory Gauthier Date: Fri, 6 Feb 2026 13:14:10 +0000 Subject: [PATCH] testing variables --- jcl/SIMPLE2.jcl | 1 + src/SIMPLE2.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/jcl/SIMPLE2.jcl b/jcl/SIMPLE2.jcl index 09fe5b4..fc97ba9 100644 --- a/jcl/SIMPLE2.jcl +++ b/jcl/SIMPLE2.jcl @@ -4,3 +4,4 @@ //* 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 a039356..931df07 100644 --- a/src/SIMPLE2.c +++ b/src/SIMPLE2.c @@ -11,4 +11,3 @@ int main() { printf("%s\n", HELLO_STRING); return 0; } -