update
This commit is contained in:
6
DEV.1.1/Piles_et_Files/1.Chainée.c
Normal file
6
DEV.1.1/Piles_et_Files/1.Chainée.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int main(void){
|
||||
return EXIT_SUCCESS;
|
||||
}
|
7
DEV.1.1/Structures/1.Date.c
Normal file
7
DEV.1.1/Structures/1.Date.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
int main(int argc, char const *argv[])
|
||||
{
|
||||
/* code */
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user