remove our old source file
Some checks failed
MVS Delete Members / delete-members (push) Successful in 24s
MVS Submit & Execute / upload-and-run (push) Failing after 12s

This commit is contained in:
Greg Gauthier 2026-02-06 19:45:53 +00:00
parent 0139b23b10
commit 549f628141
2 changed files with 0 additions and 19 deletions

View File

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

View File

@ -1,14 +0,0 @@
//
// Created by Gregory Gauthier on 06/02/2026.
//
# include <stdio.h>
#ifndef HELLO_STRING
#define HELLO_STRING "Hello, World!"
#endif
int main() {
printf("%s\n", HELLO_STRING);
return 0;
}