Skip to content

Latest commit

 

History

History

build-a-square

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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

n = 3, so I expect a 3x3 square back just like below as a string:

+++
+++
+++