resuming troubleshooting from home
Some checks failed
MVS Delete Members / delete-members (push) Failing after 14s
MVS Submit & Execute / upload-and-run (push) Successful in 54s

This commit is contained in:
Greg Gauthier 2026-02-06 18:26:06 +00:00
parent b390aceb41
commit 6ad26f6344
2 changed files with 2 additions and 5 deletions

View File

@ -2,5 +2,4 @@
// NOTIFY=@05054,CLASS=A,MSGCLASS=A, // NOTIFY=@05054,CLASS=A,MSGCLASS=A,
// MSGLEVEL=(1,1),REGION=4M,TIME=1440 // MSGLEVEL=(1,1),REGION=4M,TIME=1440
//STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(GMG0001)' //STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(GMG0001)'
// //

View File

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