소스 검색

Update README-TriangleUtilities.md

Git-Leon 6 년 전
부모
커밋
22a788e45e
No account linked to committer's email
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.