This commit is contained in:
Haldrup-tech 2024-08-22 15:08:33 -04:00
parent a03573562f
commit 4d5d06bf61
2 changed files with 5 additions and 0 deletions

BIN
c/a.out Executable file

Binary file not shown.

5
c/test.c Normal file
View File

@ -0,0 +1,5 @@
#include <stdio.h>
int main(void) {
printf("Hello, World!\n");
return 0;
}