testing variables
Some checks failed
MVS Upload & Execute / upload-and-run (push) Failing after 2m36s

This commit is contained in:
Gregory Gauthier 2026-02-06 13:14:10 +00:00
parent 51b702d7e7
commit 6cf48ea7ef
2 changed files with 1 additions and 1 deletions

View File

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

View File

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