Browse Source

Merge pull request #476 from 01-edu/raid1-fixes

raid1 case fixes
content-update
LEEDASILVA 4 years ago committed by GitHub
parent
commit
aaefc58a0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/raid1a.en.md
  2. 2
      subjects/raid1b.en.md
  3. 2
      subjects/raid1c.en.md
  4. 2
      subjects/raid1d.en.md
  5. 2
      subjects/raid1e.en.md

2
subjects/raid1a.en.md

@ -6,7 +6,7 @@ Write a function `Raid1a` that prints a **valid** rectangle of width `x` and of
The function must draw the rectangles as in the examples.
`x` and `y` will always be positive numbers.
`x` and `y` will always be positive numbers. Otherwise, the function should print nothing.
### Expected function

2
subjects/raid1b.en.md

@ -6,7 +6,7 @@ Write a function `Raid1b` that prints a **valid** rectangle of width `x` and of
The function must draw the rectangles as in the examples.
`x` and `y` will always be positive numbers.
`x` and `y` will always be positive numbers. Otherwise, the function should print nothing.
### Expected function

2
subjects/raid1c.en.md

@ -6,7 +6,7 @@ Write a function `Raid1c` that prints a **valid** rectangle of width `x` and of
The function must draw the rectangles as in the examples.
`x` and `y` will always be positive numbers.
`x` and `y` will always be positive numbers. Otherwise, the function should print nothing.
### Expected function

2
subjects/raid1d.en.md

@ -6,7 +6,7 @@ Write a function `Raid1d` that prints a **valid** rectangle of width `x` and of
The function must draw the rectangles as in the examples.
`x` and `y` will always be positive numbers.
`x` and `y` will always be positive numbers. Otherwise, the function should print nothing.
### Expected function

2
subjects/raid1e.en.md

@ -6,7 +6,7 @@ Write a function `Raid1e` that prints a **valid** rectangle of width `x` and of
The function must draw the rectangles as in the examples.
`x` and `y` will always be positive numbers.
`x` and `y` will always be positive numbers. Otherwise, the function should print nothing.
### Expected function

Loading…
Cancel
Save