diff --git a/BUT1/CONTROLE/DEV1.1/CM1/exo1.c b/BUT1/CONTROLE/DEV1.1/CM1/exo1.c index 8684f4c..05e4667 100644 --- a/BUT1/CONTROLE/DEV1.1/CM1/exo1.c +++ b/BUT1/CONTROLE/DEV1.1/CM1/exo1.c @@ -7,4 +7,9 @@ int main(void){ printf(" -\"-\"- "); /*idem ici avec les guillemets*/ return EXIT_SUCCESS; -} \ No newline at end of file + + +test +test +test$t +test} diff --git a/BUT1/DEV2.1/TD/Exo1.class b/BUT1/DEV2.1/TD/Exo1.class new file mode 100644 index 0000000..af1b564 Binary files /dev/null and b/BUT1/DEV2.1/TD/Exo1.class differ diff --git a/BUT1/DEV2.1/TD/Exo1.java b/BUT1/DEV2.1/TD/Exo1.java new file mode 100644 index 0000000..d8bb405 --- /dev/null +++ b/BUT1/DEV2.1/TD/Exo1.java @@ -0,0 +1,21 @@ +public class Exo1{ + + public static String plusCourt(String[] tab){ + try{ + String min; + int i = 0; + while(tab[i]==null){ + i++; + } + min = tab[i]; + for(i++;i