瀏覽代碼

Update README.md

Git-Leon 7 年之前
父節點
當前提交
ff55214476
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      README.md

+ 3
- 3
README.md 查看文件

1
 # ZCW-MicroLabs-Loops
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
 1: oneToNine()<br>
7
 1: oneToNine()<br>
8
 2: *** Output ***<br>
8
 2: *** Output ***<br>
9
 3: 1<br>
9
 3: 1<br>