瀏覽代碼

updated readme

Leon 6 年之前
父節點
當前提交
85f0a5cc2b
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      README.md

+ 1
- 0
README.md 查看文件

19
 * **Instructions**
19
 * **Instructions**
20
     * Complete each of the method stubs in the `main` classes provided.
20
     * Complete each of the method stubs in the `main` classes provided.
21
         * `main` classes are located in `src.main.java.com.zipcodewilmington.danny_do_better_exercises`
21
         * `main` classes are located in `src.main.java.com.zipcodewilmington.danny_do_better_exercises`
22
+    * There are comments above each method stub to describe the expected behavior.
22
     * Upon completion, open and run the `TestSuite` class to ensure that all tests have 100% success.
23
     * Upon completion, open and run the `TestSuite` class to ensure that all tests have 100% success.
23
         * `TestSuite` is located in `src.test.java.com.zipcodewilmington.danny_do_better_exercises`
24
         * `TestSuite` is located in `src.test.java.com.zipcodewilmington.danny_do_better_exercises`
24
 
25