test submission through gitea
All checks were successful
MVS Upload & Execute / upload-and-run (push) Successful in 33s

This commit is contained in:
Gregory Gauthier 2026-02-06 10:55:56 +00:00
parent d926f2e1fb
commit 328d5b53f6
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
//SIMPLE JOB (GCC),'Simple Hello Example',
// NOTIFY=@05054,CLASS=A,MSGCLASS=H,
// MSGLEVEL=(1,1),REGION=4M,TIME=1440
//* Compile Step
//* Compile Step - comments allowed in JCL!
//STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(SIMPLE)'
//

View File

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