Explorar el Código

Update README-TriangleUtilities.md

Git-Leon hace 6 años
padre
commit
22a788e45e
Ninguna cuenta está vinculada al correo electrónico del colaborador
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      README-TriangleUtilities.md

+ 1
- 0
README-TriangleUtilities.md Ver fichero

@@ -5,6 +5,7 @@
5 5
     * `String getMultiplicationTable(int tableSize)`
6 6
     
7 7
 
8
+<br><br><br><br>
8 9
 ## `String getRow(int width)`
9 10
 * **Description**
10 11
     * In the class, `Triangles` Write a method that returns a `String` representation of a row of asterisks whose length is equal to the `width` specified.