Quellcode durchsuchen

Update 'README.md'

git-leon vor 5 Jahren
Ursprung
Commit
a81447fe0a
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1
    0
      README.md

+ 1
- 0
README.md Datei anzeigen

@@ -79,6 +79,7 @@ In the following field declaration from the TicketMachine class<br>
79 79
 private int price;
80 80
 ```<br>
81 81
 does it matter which order the three words appear in?
82
+
82 83
 * Edit the `TicketMachine` class to try different orderings. After each change, close the editor.
83 84
 	* Does the appearance of the class diagram after each change give you a clue as to whether or not other orderings are
84 85
 possible?