Ajout des fichiers des séances précédentes
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
int main(void){
|
||||
printf("%c\n",'5'+2);
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int main(vold){
|
||||
printf("%c", 'h');
|
||||
printf("%c", 'e');
|
||||
printf("%c", 'l');
|
||||
printf("%c", 'l');
|
||||
printf("%c", 'o');
|
||||
printf("%c", 'w');
|
||||
printf("%c", 'o');
|
||||
printf("%c", 'r');
|
||||
printf("%c", 'l');
|
||||
printf("%c", 'd');
|
||||
printf("%c", '!');
|
||||
printf("%c", '\n');
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user