Skip to content
Snippets Groups Projects
Commit 0c8e4c7c authored by yassin.elhakoun's avatar yassin.elhakoun
Browse files

Update cours_1.md (ligne 82 suppression du seul point virgule du pseudocode)

parent 0eea224b
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ booléen est_premier(nombre)
```C
booléen est_premier(nombre) // fonction
soit i = 2; // variable, type, assignation
soit i = 2 // variable, type, assignation
tant que i < nombre // boucle
si nombre modulo i == 0 // expression typée
retourne faux // expression typée
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment