Git-Leon преди 7 години
родител
ревизия
ff55214476
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3
    3
      README.md

+ 3
- 3
README.md Целия файл

@@ -1,9 +1,9 @@
1 1
 # ZCW-MicroLabs-Loops
2 2
 
3
-        ## 1) 0 to 9
4
-        In the class **Numbers**, complete the method called **oneToNine()** so that it returns a string of the numbers 0 to 9. The Unit Test is provided for you.
3
+## 1) 0 to 9
4
+In the class **Numbers**, complete the method called **oneToNine()** so that it returns a string of the numbers 0 to 9. The Unit Test is provided for you.
5 5
 
6
-        ### Example<br>
6
+### Example<br>
7 7
 1: oneToNine()<br>
8 8
 2: *** Output ***<br>
9 9
 3: 1<br>