function.c 2

This commit is contained in:
cyjullien1
2024-12-12 12:09:38 +01:00
parent a696110faa
commit b641191e93
2 changed files with 1 additions and 0 deletions

BIN
a.out Executable file

Binary file not shown.

1
main.c
View File

@@ -3,6 +3,7 @@
int main() int main()
{ {
unsigned short int **tab2d=creatArea2D(5);
printf("main\n"); printf("main\n");
return 0; return 0;
} }