Add space

This commit is contained in:
flyingscorpio@pinebookpro 2021-09-03 10:14:13 +02:00
parent 22b903606e
commit e7b2d688f2
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
Algorithme: résolution avec discriminant de ax^2 + bx + c = 0
Début
Variable D, a, b, c : Entier
D <- b^2-4ac

View file

@ -1,4 +1,5 @@
Algorithme: Affiche la valeur absolue d'un entier lu au clavier
Début
Variable n : Entier
Lire(n)