Removed unused import
This commit is contained in:
parent
793d8ab2c1
commit
b4711f9556
Binary file not shown.
@ -36,3 +36,7 @@
|
|||||||
36 54 1740479692458981700 Exercices 1155f81bcff01d1c
|
36 54 1740479692458981700 Exercices 1155f81bcff01d1c
|
||||||
1 18 1740479711386092684 CMakeFiles/Exercices.dir/main.c.o 51f95a9f148558b3
|
1 18 1740479711386092684 CMakeFiles/Exercices.dir/main.c.o 51f95a9f148558b3
|
||||||
18 27 1740479711403092783 Exercices 1155f81bcff01d1c
|
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.
Binary file not shown.
@ -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
9
main.c
@ -3,7 +3,6 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include<unistd.h>
|
|
||||||
|
|
||||||
// Variables
|
// Variables
|
||||||
const int size=8;
|
const int size=8;
|
||||||
@ -146,6 +145,14 @@ void hiddennumber() {
|
|||||||
printf("Until next time ! \n");
|
printf("Until next time ! \n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void xmastree() {
|
||||||
|
int selection;
|
||||||
|
printf("Tree height ?: ");
|
||||||
|
scanf("%d",&selection);
|
||||||
|
for (int i=0; ; i++) {}
|
||||||
|
|
||||||
|
}
|
||||||
int main(void) {
|
int main(void) {
|
||||||
int* tab=alloc_tab();
|
int* tab=alloc_tab();
|
||||||
int tab2[4]={1,2,3,4};
|
int tab2[4]={1,2,3,4};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user