Removed unused import

This commit is contained in:
Alexandre 2025-02-25 11:50:08 +01:00
parent 793d8ab2c1
commit b4711f9556
6 changed files with 14 additions and 3 deletions

Binary file not shown.

View File

@ -36,3 +36,7 @@
36 54 1740479692458981700 Exercices 1155f81bcff01d1c
1 18 1740479711386092684 CMakeFiles/Exercices.dir/main.c.o 51f95a9f148558b3
18 27 1740479711403092783 Exercices 1155f81bcff01d1c
1 19 1740480102442397377 CMakeFiles/Exercices.dir/main.c.o 51f95a9f148558b3
19 28 1740480102460397489 Exercices 1155f81bcff01d1c
1 23 1740480578174359905 CMakeFiles/Exercices.dir/main.c.o 51f95a9f148558b3
23 39 1740480578196360042 Exercices 1155f81bcff01d1c

Binary file not shown.

View File

@ -1,3 +1,3 @@
Start testing: Feb 25 11:35 CET
Start testing: Feb 25 11:49 CET
----------------------------------------------------------
End testing: Feb 25 11:35 CET
End testing: Feb 25 11:49 CET

9
main.c
View File

@ -3,7 +3,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include<unistd.h>
// Variables
const int size=8;
@ -146,6 +145,14 @@ void hiddennumber() {
printf("Until next time ! \n");
}
}
void xmastree() {
int selection;
printf("Tree height ?: ");
scanf("%d",&selection);
for (int i=0; ; i++) {}
}
int main(void) {
int* tab=alloc_tab();
int tab2[4]={1,2,3,4};