Ajout des TP
This commit is contained in:
9
BUT1/DEV1.1/Commandes/bases.c
Normal file
9
BUT1/DEV1.1/Commandes/bases.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int main(void) {
|
||||
printf("%d\n", 72);-
|
||||
printf("%d\n", 0110);
|
||||
printf("%d\n", 0x48);
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
1854
BUT1/DEV1.1/Commandes/intermediaire.i
Normal file
1854
BUT1/DEV1.1/Commandes/intermediaire.i
Normal file
File diff suppressed because it is too large
Load Diff
10
BUT1/DEV1.1/Commandes/salut.c
Normal file
10
BUT1/DEV1.1/Commandes/salut.c
Normal file
@@ -0,0 +1,10 @@
|
||||
/* premier programme */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void) {
|
||||
printf("Hello World!\n");
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user