fixed ssh host reference
Some checks failed
MVS Upload & Execute / upload-and-run (push) Failing after 2m37s

This commit is contained in:
Gregory Gauthier 2026-02-06 13:05:46 +00:00
parent d4e7f3d322
commit b39c2a9d9a
2 changed files with 1 additions and 1 deletions

View File

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

View File

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