From 918bf539e8d5a1923411e8ea9769a07fd665eeea Mon Sep 17 00:00:00 2001 From: Gregory Gauthier Date: Fri, 6 Feb 2026 11:09:44 +0000 Subject: [PATCH] send output to the 1403 --- jcl/SIMPLE.jcl | 1 + src/SIMPLE.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/jcl/SIMPLE.jcl b/jcl/SIMPLE.jcl index 570f037..2d6d4c0 100644 --- a/jcl/SIMPLE.jcl +++ b/jcl/SIMPLE.jcl @@ -4,3 +4,4 @@ //* Compile Step - comments allowed in JCL! //STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(SIMPLE)' // + diff --git a/src/SIMPLE.c b/src/SIMPLE.c index ca6f293..0673eb5 100644 --- a/src/SIMPLE.c +++ b/src/SIMPLE.c @@ -10,4 +10,4 @@ int main() { printf("%s\n", HELLO_STRING); return 0; -} \ No newline at end of file +}