From f7fb82c659b0fd1af9be7fda95b38ed8ec9d3ec0 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sun, 8 Feb 2026 14:26:36 +0000 Subject: [PATCH] simple program to read/write a text file --- jcl/TXTWKR01.jcl | 2 +- src/HELLO01.c | 1 + src/TXTWKR01.c | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/jcl/TXTWKR01.jcl b/jcl/TXTWKR01.jcl index db7e0bc..faa1392 100644 --- a/jcl/TXTWKR01.jcl +++ b/jcl/TXTWKR01.jcl @@ -4,4 +4,4 @@ //* Compile and Go Step //STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(TXTWKR01)' //GO.TESTDD DD DSN=@05054.DATA(TESTMEM),DISP=OLD -// \ No newline at end of file +// diff --git a/src/HELLO01.c b/src/HELLO01.c index f23318f..c28dfe3 100644 --- a/src/HELLO01.c +++ b/src/HELLO01.c @@ -11,3 +11,4 @@ int main() { printf("%s\n", HELLO_STRING); return 0; } + diff --git a/src/TXTWKR01.c b/src/TXTWKR01.c index abd48c0..ec4bc19 100644 --- a/src/TXTWKR01.c +++ b/src/TXTWKR01.c @@ -37,4 +37,4 @@ int main() printf("Append complete.\n"); return 0; -} \ No newline at end of file +}