no recheck normal submission
Some checks failed
MVS Delete Members / delete-members (push) Failing after 12s
MVS Submit & Execute / upload-and-run (push) Successful in 52s

This commit is contained in:
Greg Gauthier 2026-02-06 19:12:39 +00:00
parent 300dff0850
commit 53bb827802
2 changed files with 4 additions and 2 deletions

View File

@ -3,3 +3,4 @@
// MSGLEVEL=(1,1),REGION=4M,TIME=1440 // MSGLEVEL=(1,1),REGION=4M,TIME=1440
//STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(GMG0002)' //STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(GMG0002)'
// //

View File

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