소스 검색
Update README-NumberUtilities.md
Wilhem Alcivar
6 년 전
No account linked to committer's email
|
@@ -234,7 +234,7 @@
|
234
|
234
|
// : Given
|
235
|
235
|
int start = 5;
|
236
|
236
|
int stop = 20;
|
237
|
|
- int step = 2;
|
|
237
|
+ int step = 5;
|
238
|
238
|
int exponent = 2;
|
239
|
239
|
|
240
|
240
|
// : When
|