test submission filtering
This commit is contained in:
parent
3b9af1376f
commit
a6bace2560
5
jcl/GMG0001.jcl
Normal file
5
jcl/GMG0001.jcl
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
//GMG0001 JOB (GCC),'C Program',
|
||||||
|
// NOTIFY=@05054,CLASS=A,MSGCLASS=H,
|
||||||
|
// MSGLEVEL=(1,1),REGION=4M,TIME=1440
|
||||||
|
//STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(GMG0001)'
|
||||||
|
//
|
||||||
13
src/GMG0001.c
Normal file
13
src/GMG0001.c
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
//
|
||||||
|
// 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;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user