Commit 3fd4e831fbaebc135adc26d533fca48b442c9796

Authored by root
1 parent e295db2886
Exists in master

54d7ed61-bd94-4706-af96-dd5d2de503e3

Showing 1 changed file with 3 additions and 3 deletions

... ... @@ -73,8 +73,10 @@
73 73  
74 74 pgcd.sh
75 75 ===
  76 +*[pgcd]: Plus Grand Diviseur Commun
  77 +*[ppcm]: Plus Petit Multiple Commun
76 78  
77   -CE script permet de calculer le pgcd et le ppcm des nombres passés en paramètre.
  79 +Ce script permet de calculer le pgcd et le ppcm des nombres passés en paramètre.
78 80  
79 81 Exemple
80 82 ---
... ... @@ -86,6 +88,4 @@
86 88  
87 89 PPCM (45,55) = 495
88 90 ```
89   - *[pgcd]: Plus Grand Diviseur Commun
90   - *[ppcm]: Plus Petit Multiple Commun