Parcourir la source

Update README-NumberUtilities.md

Git-Leon il y a 6 ans
Parent
révision
7dd06d979a
Aucun compte lié à l'adresse email de l'auteur
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      README-NumberUtilities.md

+ 2
- 2
README-NumberUtilities.md Voir le fichier

11
 
11
 
12
 
12
 
13
 
13
 
14
-
14
+<br><br><br><br>
15
 ## `String getRange(int stop)`
15
 ## `String getRange(int stop)`
16
 * **Description**
16
 * **Description**
17
     * Given an integer, `stop`, return a `String` concatenation of all values between `0` and `stop` exclusively.
17
     * Given an integer, `stop`, return a `String` concatenation of all values between `0` and `stop` exclusively.
249
 
249
 
250
     ```
250
     ```
251
     25100225
251
     25100225
252
-    ```
252
+    ```