Add return value for premier

This commit is contained in:
flyingscorpio@arch-desktop 2021-09-17 14:54:37 +02:00
parent 667b0f7488
commit d2f3474958

View file

@ -1,7 +1,7 @@
Algorithme : Détermine si un entier N est premier
Début
Fonction EstPremier(N : int, i : int)
Fonction EstPremier(N : int, i : int): bool
Si i = 1
Retourner(Vrai)
Sinon