send output to the 1403
All checks were successful
MVS Upload & Execute / upload-and-run (push) Successful in 12s

This commit is contained in:
Gregory Gauthier 2026-02-06 11:09:44 +00:00
parent 7c4d7de0ea
commit 918bf539e8
2 changed files with 2 additions and 1 deletions

View File

@ -4,3 +4,4 @@
//* Compile Step - comments allowed in JCL!
//STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(SIMPLE)'
//

View File

@ -10,4 +10,4 @@
int main() {
printf("%s\n", HELLO_STRING);
return 0;
}
}