Explorar el Código

Update README-NumberUtilities.md

Wilhem Alcivar hace 6 años
padre
commit
24118cb7b3
Ninguna cuenta está vinculada al correo electrónico del colaborador
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      README-NumberUtilities.md

+ 1
- 1
README-NumberUtilities.md Ver fichero

234
     // : Given
234
     // : Given
235
     int start = 5;
235
     int start = 5;
236
     int stop = 20;
236
     int stop = 20;
237
-    int step = 2;
237
+    int step = 5;
238
     int exponent = 2;
238
     int exponent = 2;
239
     
239
     
240
     // : When
240
     // : When