Browse Source

Square -> Rectangle

content-update
Xavier Petit 5 years ago
parent
commit
c1c280d3d0
No known key found for this signature in database
GPG Key ID: CA3F2B17E25ABD26
  1. 4
      subjects/raid1a.en.md
  2. 4
      subjects/raid1a.fr.md
  3. 4
      subjects/raid1b.en.md
  4. 4
      subjects/raid1b.fr.md
  5. 4
      subjects/raid1c.en.md
  6. 4
      subjects/raid1c.fr.md
  7. 4
      subjects/raid1d.en.md
  8. 4
      subjects/raid1d.fr.md
  9. 4
      subjects/raid1e.en.md
  10. 4
      subjects/raid1e.fr.md

4
subjects/raid1a.en.md

@ -2,9 +2,9 @@
### Instructions
Write a function `Raid1a` that prints a **valid** square of width `x` and of height `y`.
Write a function `Raid1a` that prints a **valid** rectangle of width `x` and of height `y`.
The function must draw the squares as in the examples.
The function must draw the rectangles as in the examples.
### Expected function

4
subjects/raid1a.fr.md

@ -2,9 +2,9 @@
### Instructions
Écrire une fonction `Raid1a` qui affiche un carré **valide** de largeur `x` et de hauteur `y`.
Écrire une fonction `Raid1a` qui affiche un rectangle **valide** de largeur `x` et de hauteur `y`.
Cette fonction doit dessiner les carrés comme sur les examples.
Cette fonction doit dessiner les rectangles comme sur les examples.
### Fonction attendue

4
subjects/raid1b.en.md

@ -2,9 +2,9 @@
### Instructions
Write a function `Raid1b` that prints a **valid** square of width `x` and of height `y`.
Write a function `Raid1b` that prints a **valid** rectangle of width `x` and of height `y`.
The function must draw the squares as in the examples.
The function must draw the rectangles as in the examples.
### Expected function

4
subjects/raid1b.fr.md

@ -2,9 +2,9 @@
### Instructions
Écrire une fonction `Raid1b` qui affiche un carré **valide** de largeur `x` et de hauteur `y`.
Écrire une fonction `Raid1b` qui affiche un rectangle **valide** de largeur `x` et de hauteur `y`.
Cette fonction doit dessiner les carrés comme sur les examples.
Cette fonction doit dessiner les rectangles comme sur les examples.
### Fonction attendue

4
subjects/raid1c.en.md

@ -2,9 +2,9 @@
### Instructions
Write a function `Raid1c` that prints a **valid** square of width `x` and of height `y`.
Write a function `Raid1c` that prints a **valid** rectangle of width `x` and of height `y`.
The function must draw the squares as in the examples.
The function must draw the rectangles as in the examples.
### Expected function

4
subjects/raid1c.fr.md

@ -2,9 +2,9 @@
### Instructions
Écrire une fonction `Raid1c` qui affiche un carré **valide** de largeur `x` et de hauteur `y`.
Écrire une fonction `Raid1c` qui affiche un rectangle **valide** de largeur `x` et de hauteur `y`.
Cette fonction doit dessiner les carrés comme sur les examples.
Cette fonction doit dessiner les rectangles comme sur les examples.
### Fonction attendue

4
subjects/raid1d.en.md

@ -2,9 +2,9 @@
### Instructions
Write a function `Raid1d` that prints a **valid** square of width `x` and of height `y`.
Write a function `Raid1d` that prints a **valid** rectangle of width `x` and of height `y`.
The function must draw the squares as in the examples.
The function must draw the rectangles as in the examples.
### Expected function

4
subjects/raid1d.fr.md

@ -2,9 +2,9 @@
### Instructions
Écrire une fonction `Raid1d` qui affiche un carré **valide** de largeur `x` et de hauteur `y`.
Écrire une fonction `Raid1d` qui affiche un rectangle **valide** de largeur `x` et de hauteur `y`.
Cette fonction doit dessiner les carrés comme sur les examples.
Cette fonction doit dessiner les rectangles comme sur les examples.
### Fonction attendue

4
subjects/raid1e.en.md

@ -2,9 +2,9 @@
### Instructions
Write a function `Raid1e` that prints a **valid** square of width `x` and of height `y`.
Write a function `Raid1e` that prints a **valid** rectangle of width `x` and of height `y`.
The function must draw the squares as in the examples.
The function must draw the rectangles as in the examples.
### Expected function

4
subjects/raid1e.fr.md

@ -2,9 +2,9 @@
### Instructions
Écrire une fonction `Raid1e` qui affiche un carré **valide** de largeur `x` et de hauteur `y`.
Écrire une fonction `Raid1e` qui affiche un rectangle **valide** de largeur `x` et de hauteur `y`.
Cette fonction doit dessiner les carrés comme sur les examples.
Cette fonction doit dessiner les rectangles comme sur les examples.
### Fonction attendue

Loading…
Cancel
Save