Ajout des TP

This commit is contained in:
stiti
2024-02-01 13:55:03 +01:00
parent 4fe273c309
commit 113583b37a
228 changed files with 7094 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#ifndef REPETITION_H
#define REPETITION_H
int repetition(long tab[], int taille);
#endif /* REPETITION_H */