Skip to content

Latest commit

 

History

History

build-a-square

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
  • Completed at: 2023-08-31T06:22:11.240Z

  • Completed languages: javascript

  • Tags: Fundamentals, ASCII Art

  • Rank: 7 kyu

Description

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 1 and 50.

Example

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

+++
+++
+++