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 +}