ソースを参照

Update README-TableUtilities.md

Git-Leon 6 年 前
コミット
9d840a2dc3
コミット者のEメールアドレスに関連付けられたアカウントが存在しません
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2
    2
      README-TableUtilities.md

+ 2
- 2
README-TableUtilities.md ファイルの表示

102
     
102
     
103
     
103
     
104
     
104
     
105
-
105
+<br><br><br><br>
106
 ## `String getLargeMultiplicationTable()`
106
 ## `String getLargeMultiplicationTable()`
107
 * **Description**
107
 * **Description**
108
     * Given one integer, `width`, generate a `String` representation of a multiplication table whose dimensions are `width` by `width`
108
     * Given one integer, `width`, generate a `String` representation of a multiplication table whose dimensions are `width` by `width`
174
     
174
     
175
     
175
     
176
     
176
     
177
-    
177
+<br><br><br><br>
178
 ## `String getMultiplicationTable(int width)`
178
 ## `String getMultiplicationTable(int width)`
179
 * **Description**
179
 * **Description**
180
     * Given one integer, `width`, generate a `String` representation of a multiplication table whose dimensions are `width` by `width`
180
     * Given one integer, `width`, generate a `String` representation of a multiplication table whose dimensions are `width` by `width`