浏览代码

Update README-TriangleUtilities.md

Git-Leon 6 年前
父节点
当前提交
22a788e45e
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      README-TriangleUtilities.md

+ 1
- 0
README-TriangleUtilities.md 查看文件

@@ -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.