Ian 9 роки тому
джерело
коміт
7aee0e277c
1 змінених файлів з 7 додано та 7 видалено
  1. 7
    7
      README.md

+ 7
- 7
README.md Переглянути файл

30
 
30
 
31
 1. In `BPlayer.cpp`, add input validation in:
31
 1. In `BPlayer.cpp`, add input validation in:
32
 
32
 
33
-	* void remPoints()
34
-	* void remReb()
35
-	* void remAst()
36
-	* void remStl()
37
-	* void remBlock()
38
-	* void remFoul()
39
-	* void remTurnover()
33
+	* `void remPoints()`
34
+	* `void remReb()`
35
+	* `void remAst()`
36
+	* `void remStl()`
37
+	* `void remBlock()`
38
+	* `void remFoul()`
39
+	* `void remTurnover()`
40
 
40
 
41
 2. Run and verify that it works.
41
 2. Run and verify that it works.
42
 3. In `BPlayerClient.cpp`,
42
 3. In `BPlayerClient.cpp`,