correc files

This commit is contained in:
gbrochar 2024-10-25 18:18:34 +02:00
parent 6c42540095
commit 1ce775d140
10 changed files with 12 additions and 0 deletions

3
easy_test.c Normal file
View File

@ -0,0 +1,3 @@
#include <stdio.h>
int main(void) { puts("Test facile"); return (0); }

BIN
error_header Normal file

Binary file not shown.

BIN
header Normal file

Binary file not shown.

BIN
header_and_prog Normal file

Binary file not shown.

BIN
header_and_prog_copy Normal file

Binary file not shown.

BIN
header_copy Normal file

Binary file not shown.

BIN
header_offset_error Normal file

Binary file not shown.

9
not_so_easy_test.c Normal file
View File

@ -0,0 +1,9 @@
#include <stdio.h>
int a_global = 40;
int main(void) {
printf("Global is: %d\n", a_global);
return (0);
}

BIN
unterminated_string Normal file

Binary file not shown.

BIN
wrong_arch Normal file

Binary file not shown.