From 99a47bddaec9445e27d3d702aa3f073aa879031f Mon Sep 17 00:00:00 2001 From: Gregory Gauthier Date: Mon, 9 Feb 2026 09:11:36 +0000 Subject: [PATCH] test pipeline toggling --- jcl/HELLO01.jcl | 3 ++- src/HELLO01.c | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/jcl/HELLO01.jcl b/jcl/HELLO01.jcl index 312d946..ff64985 100644 --- a/jcl/HELLO01.jcl +++ b/jcl/HELLO01.jcl @@ -2,4 +2,5 @@ // NOTIFY=@05054,CLASS=A,MSGCLASS=A, // MSGLEVEL=(1,1),REGION=4M,TIME=1440 //STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(HELLO01)' -// \ No newline at end of file +// + diff --git a/src/HELLO01.c b/src/HELLO01.c index c28dfe3..a54e045 100644 --- a/src/HELLO01.c +++ b/src/HELLO01.c @@ -12,3 +12,5 @@ int main() { return 0; } + +