simple program to read/write a text file
Some checks failed
MVS Delete Members / delete-members (push) Failing after 14s
MVS Submit & Execute / upload-and-run (push) Successful in 53s

This commit is contained in:
Greg Gauthier 2026-02-08 14:26:36 +00:00
parent 8ab77c4a25
commit f7fb82c659
3 changed files with 3 additions and 2 deletions

View File

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