added README

This commit is contained in:
navid.sassan 2020-10-05 18:56:03 +02:00
parent 3c2fd97871
commit f24b2c7d5b

3
03/README.md Normal file
View File

@ -0,0 +1,3 @@
- Aufgabe 2: RankingServer muss dass CommandExecutor Interface implementieren, damit mittels execute() die Datei eingelesen werden kann
- Aufgabe 4: collections.sort nimmt als Argumente den zu sortierenden Iterable (z.B. Liste) und optional einen Comparator