Ian vor 9 Jahren
Ursprung
Commit
7aee0e277c
1 geänderte Dateien mit 7 neuen und 7 gelöschten Zeilen
  1. 7
    7
      README.md

+ 7
- 7
README.md Datei anzeigen

@@ -30,13 +30,13 @@ The program lets the user add or remove stats. You will need to implement a syst
30 30
 
31 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 41
 2. Run and verify that it works.
42 42
 3. In `BPlayerClient.cpp`,