Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 327 Bytes

(7 kyu) Build a square.md

File metadata and controls

15 lines (10 loc) · 327 Bytes

Build a square (7 kuy)

https://www.codewars.com/kata/build-a-square/

I will give you an integer. Give me back a shape that is as long and wide as the integer. The integer will be a whole number between 0 and 50.

Example: Integer = 3; I expect a 3x3 square back just like below as a string.

Solution:

+++
+++
+++